Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
mv wrappers packages/test-cases/cases

- name: Build CLI standalone package for testing
run: yarn pkg:ci
run: yarn pkg . -t node18-linux-x64 --output ./standalone-binaries/polywrap-linux-x64
working-directory: ./packages/cli

- name: Test CLI standalone package
Expand Down
4 changes: 1 addition & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"test:golang": "yarn test:cmd -- --config ./jest.go.config.js",
"test:watch": "yarn test -- --watch",
"test:pkg": "PKG_CLI=true yarn test:e2e:p1 && yarn test:e2e:p2",
"pkg:prod": "pkg . --compress Brotli",
"pkg:dev": "pkg . --compress GZip",
"pkg:ci": "pkg . --compress GZip -t node18-linux-x64 --output ./standalone-binaries/polywrap-linux-x64"
"pkg:dev": "pkg . --compress GZip"
},
"resolutions": {
"colors": "1.4.0"
Expand Down