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 e474182 commit 4a98382Copy full SHA for 4a98382
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: pnpm install --frozen-lockfile
41
42
- name: 💪 Test types
43
- run: pnpm test:types
+ run: pnpm typecheck
44
45
test:
46
runs-on: ${{ matrix.os }}
0 commit comments