Skip to content

Commit f4b7186

Browse files
chore: update other workflows
1 parent b9cdd15 commit f4b7186

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/conventions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)