Skip to content

Commit 83fc12a

Browse files
fix: use npx for tsc in CI so it works across all runtimes
pnpm exec fails when the matrix runtime is bun or deno without pnpm.
1 parent 898650f commit 83fc12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: vp lint
5151

5252
- name: Type check
53-
run: pnpm exec tsc --noEmit
53+
run: npx tsc --noEmit
5454

5555
- name: Build
5656
run: vp pack

0 commit comments

Comments
 (0)