File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 working-directory : ${{ runner.temp }}
179179
180180 - name : Compile code
181- run : pnpm run build -- -- ignore @temporalio/core-bridge
181+ run : pnpm run build --ignore @temporalio/core-bridge
182182
183183 - name : Publish to Verdaccio
184184 run : node scripts/publish-to-verdaccio.js --registry-dir ${{ steps.tmp-dir.outputs.dir }}/npm-registry
Original file line number Diff line number Diff line change 4848
4949 # eslint-import-resolver-typescript requires packages to be built
5050 - name : Compile all non-rust code
51- run : pnpm run build -- --ignore @temporalio/core-bridge
51+ run : pnpm run build --ignore @temporalio/core-bridge
52+
5253 - run : pnpm run lint.check
5354 - run : pnpm run lint.prune
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 save-cache : ${{ env.IS_MAIN_OR_RELEASE }}
179179
180180 - name : Compile code
181- run : pnpm run build -- -- ignore @temporalio/core-bridge
181+ run : pnpm run build --ignore @temporalio/core-bridge
182182
183183 - name : Publish to Verdaccio
184184 run : node scripts/publish-to-verdaccio.js --registry-dir ./tmp/registry
You can’t perform that action at this time.
0 commit comments