Skip to content

Commit 4a98382

Browse files
committed
ci: fix typecheck command
1 parent e474182 commit 4a98382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm install --frozen-lockfile
4141

4242
- name: 💪 Test types
43-
run: pnpm test:types
43+
run: pnpm typecheck
4444

4545
test:
4646
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)