Skip to content

Commit 33d7841

Browse files
committed
pnpm run typecheck
1 parent 5838dfe commit 33d7841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Install dependencies
2121
run: pnpm install --frozen-lockfile
2222
- name: Run type check
23-
run: pnpm exec tsc --noEmit
23+
run: pnpm run typecheck

0 commit comments

Comments
 (0)