Skip to content

Commit 8f52019

Browse files
committed
Run type checker alongside runtime tests
1 parent f1bba5e commit 8f52019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint:fix": "eslint src test --fix",
4545
"prepare": "yarn clean && yarn build",
4646
"pretest": "yarn lint",
47-
"test": "vitest --run",
47+
"test": "vitest --run --typecheck",
4848
"test:watch": "vitest --watch",
4949
"type-tests": "tsc --noEmit -p tsconfig.test.json",
5050
"coverage": "codecov"

0 commit comments

Comments
 (0)