Skip to content

Commit c6edaa3

Browse files
committed
Build types when checking
1 parent f9e906d commit c6edaa3

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
@@ -51,7 +51,7 @@
5151
"test:node": "qunit tests/node/**/*-test.js",
5252
"test:browserstack": "node bin/run-browserstack-tests.js",
5353
"type-check:internals": "tsc --noEmit",
54-
"type-check:types": "tsc --noEmit --project type-tests",
54+
"type-check:types": "yarn build:types && tsc --noEmit --project type-tests",
5555
"type-check": "npm-run-all type-check:*"
5656
},
5757
"dependencies": {

0 commit comments

Comments
 (0)