There was an error while loading. Please reload this page.
1 parent 787c589 commit 609bbfeCopy full SHA for 609bbfe
1 file changed
.github/workflows/project.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: ./.github/actions/node/latest
61
- run: FILENAME=$(npm pack --pack-destination /tmp) && mv /tmp/$FILENAME /tmp/dd-trace.tgz
62
- run: rm -rf *
63
- - run: tar -zxf /tmp/dd-trace.tgz -C $(pwd)
+ - run: tar -zxf /tmp/dd-trace.tgz -C $(pwd) package
64
- run: yarn --prod --ignore-optional
65
- run: ls -lisa
66
- name: Compute module size tree and report
0 commit comments