Skip to content

Commit cacfa8e

Browse files
committed
ci: enable --typecheck for vitest step
1 parent c6bf897 commit cacfa8e

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
@@ -21,5 +21,5 @@ jobs:
2121
- run: pnpm install
2222
- run: pnpm lint
2323
- run: pnpm build
24-
- run: pnpm vitest --coverage
24+
- run: pnpm vitest --typecheck --coverage
2525
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)