Skip to content

Commit 615c8bc

Browse files
committed
Fix check scripts
1 parent 77dee91 commit 615c8bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"build": "tsc",
77
"package:build": "./package.sh",
88
"package:publish": "cd package *&& npm publish",
9-
"check:type": "tsc --noEmit",
10-
"check:experiments:postgres": "cd ./experiments/postgres && tsc --noEmit",
11-
"check:experiments:mongodb": "cd ./experiments/mongodb && tsc --noEmit",
9+
"check:type": "tsc --noEmit --skipLibCheck",
10+
"check:experiments:postgres": "cd ./experiments/postgres && tsc --noEmit --skipLibCheck",
11+
"check:experiments:mongodb": "cd ./experiments/mongodb && tsc --noEmit --skipLibCheck",
1212
"check:format": "prettier --ignore-path ./.cli.prettierignore --check ./**/*.{js,json,ts,tsx}",
1313
"test": "ts-node ./tests/helpers/setup-tests.ts && jest --watch --verbose",
1414
"test:integration": "ts-node ./tests/helpers/setup-tests.ts && env-cmd jest --watch --verbose --config ./jest.config.integration.ts",

0 commit comments

Comments
 (0)