Skip to content

Commit a7ab560

Browse files
committed
dont check libs when running check on types.d.ts
1 parent ed0b476 commit a7ab560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
yarn build-types
3030
[ $(git diff types.d.ts | wc -l) -gt 0 ] && echo 'Diff exists in types.d.ts. Please change jsdoc.' && exit 1
31-
tsc --noEmit types.d.ts
31+
tsc --noEmit types.d.ts --skipLibCheck

0 commit comments

Comments
 (0)