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.
1 parent 5838dfe commit 33d7841Copy full SHA for 33d7841
.github/workflows/typecheck.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Install dependencies
21
run: pnpm install --frozen-lockfile
22
- name: Run type check
23
- run: pnpm exec tsc --noEmit
+ run: pnpm run typecheck
0 commit comments