Skip to content

Commit f80f170

Browse files
committed
test-compile first
1 parent 5fcc2dd commit f80f170

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
@@ -63,7 +63,7 @@
6363
"compile": "webpack --mode none",
6464
"watch": "webpack --mode none --watch",
6565
"test-compile": "tsc -p ./ && npm run compile",
66-
"test": "node ./out/test/runTest.js"
66+
"test": "npm run test-compile && node ./out/test/runTest.js"
6767
},
6868
"devDependencies": {
6969
"@types/glob": "^8.0.0",

0 commit comments

Comments
 (0)