We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsc
1 parent d95871d commit 2179332Copy full SHA for 2179332
.github/workflows/benchmark.yaml
@@ -90,7 +90,7 @@ jobs:
90
- name: Compile TypeScript
91
run: |
92
cd ci/github-actions
93
- pnpx tsc
+ pnpm exec tsc
94
95
- name: Download released versions of pdu
96
run: node ci/github-actions/download-released-binaries.js
.github/workflows/deploy.yaml
@@ -618,7 +618,7 @@ jobs:
618
619
620
621
622
623
- name: Compare benchmark of pdu against its competitors
624
run: node ci/github-actions/competing-benchmark.js
0 commit comments