Skip to content

Commit d4707ec

Browse files
committed
Update tsc command to only check source files and skip lib checks
1 parent 04fdeda commit d4707ec

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
@@ -46,7 +46,7 @@ jobs:
4646
run: pnpm run format:check
4747

4848
- name: Type check
49-
run: npx tsc
49+
run: npx tsc --skipLibCheck --skipDefaultLibCheck --noEmit src
5050

5151
- name: Run tests
5252
run: pnpm run test

0 commit comments

Comments
 (0)