Skip to content

Commit

Permalink
test:typescript doesn't need to check dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hyndman committed Apr 1, 2024
1 parent 92edfae commit 1a8512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:rollup": "rollup --config rollup.config.js",
"test": "npm-run-all build test:*",
"test:lint": "eslint --ext .js --ext .ts ./",
"test:typecheck": "tsc --noEmit --project tsconfig.json",
"test:typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json",
"test:unit": "jest",
"test:e2e": "playwright test",
"express": "node test/server/server.mjs",
Expand Down

0 comments on commit 1a8512e

Please sign in to comment.