We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294ba96 commit ae3b4d6Copy full SHA for ae3b4d6
1 file changed
package.json
@@ -57,7 +57,7 @@
57
"test:lint": "eslint .",
58
"test:unit": "vitest --run",
59
"test:types": "npm run ts && npm run tsc:root-types",
60
- "ts": "run-s ts:*",
+ "ts": "run-s ts:* ts:*:*",
61
"ts:jest:@jest/global": "cd test-types/jest-@jest_global && tsc --project ./tsconfig.json",
62
"ts:jest:@types-jest": "cd test-types/jest-@types_jest && tsc --project ./tsconfig.json",
63
"ts:mocha": "cd test-types/mocha && tsc --project ./tsconfig.json",
0 commit comments