Skip to content

Commit ae3b4d6

Browse files
committed
Add jest types check to the ts command
1 parent 294ba96 commit ae3b4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"test:lint": "eslint .",
5858
"test:unit": "vitest --run",
5959
"test:types": "npm run ts && npm run tsc:root-types",
60-
"ts": "run-s ts:*",
60+
"ts": "run-s ts:* ts:*:*",
6161
"ts:jest:@jest/global": "cd test-types/jest-@jest_global && tsc --project ./tsconfig.json",
6262
"ts:jest:@types-jest": "cd test-types/jest-@types_jest && tsc --project ./tsconfig.json",
6363
"ts:mocha": "cd test-types/mocha && tsc --project ./tsconfig.json",

0 commit comments

Comments
 (0)