diff --git a/.github/workflows/ci-javascript.yaml b/.github/workflows/ci-javascript.yaml index 9e8878fac..b6c4af193 100644 --- a/.github/workflows/ci-javascript.yaml +++ b/.github/workflows/ci-javascript.yaml @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 633602ed5..5df48e802 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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"