Skip to content

Commit

Permalink
chore: add --skipLibCheck to tsc check action
Browse files Browse the repository at this point in the history
  • Loading branch information
aaydin-tr committed Apr 2, 2024
1 parent d3c47f0 commit 961d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: bun install

- name: TSC check
run: bun tsc --noEmit
run: bun tsc --noEmit --skipLibCheck

- name: Run eslint
run: bun lint
Expand Down

0 comments on commit 961d367

Please sign in to comment.