Skip to content

Commit 5e311bf

Browse files
committed
chore: tsc build before running tests
1 parent 2577ff7 commit 5e311bf

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
@@ -34,7 +34,7 @@
3434
"build.all": "grunt test",
3535
"dev": "tsc --watch",
3636
"setup": "npm i --ignore-scripts && npx husky install",
37-
"test": "mocha --config=test/.mocharc.yml",
37+
"test": "npm run tsc && mocha --config=test/.mocharc.yml",
3838
"postinstall": "node postinstall.js",
3939
"preuninstall": "node preuninstall.js",
4040
"prepack": "grunt prepare",

0 commit comments

Comments
 (0)