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 f9e906d commit c6edaa3Copy full SHA for c6edaa3
package.json
@@ -51,7 +51,7 @@
51
"test:node": "qunit tests/node/**/*-test.js",
52
"test:browserstack": "node bin/run-browserstack-tests.js",
53
"type-check:internals": "tsc --noEmit",
54
- "type-check:types": "tsc --noEmit --project type-tests",
+ "type-check:types": "yarn build:types && tsc --noEmit --project type-tests",
55
"type-check": "npm-run-all type-check:*"
56
},
57
"dependencies": {
0 commit comments