Skip to content

Commit 2179332

Browse files
committed
ci: Fix tsc command
1 parent d95871d commit 2179332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Compile TypeScript
9191
run: |
9292
cd ci/github-actions
93-
pnpx tsc
93+
pnpm exec tsc
9494
9595
- name: Download released versions of pdu
9696
run: node ci/github-actions/download-released-binaries.js

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ jobs:
618618
- name: Compile TypeScript
619619
run: |
620620
cd ci/github-actions
621-
pnpx tsc
621+
pnpm exec tsc
622622
623623
- name: Compare benchmark of pdu against its competitors
624624
run: node ci/github-actions/competing-benchmark.js

0 commit comments

Comments
 (0)