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 2577ff7 commit 5e311bfCopy full SHA for 5e311bf
package.json
@@ -34,7 +34,7 @@
34
"build.all": "grunt test",
35
"dev": "tsc --watch",
36
"setup": "npm i --ignore-scripts && npx husky install",
37
- "test": "mocha --config=test/.mocharc.yml",
+ "test": "npm run tsc && mocha --config=test/.mocharc.yml",
38
"postinstall": "node postinstall.js",
39
"preuninstall": "node preuninstall.js",
40
"prepack": "grunt prepare",
0 commit comments