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 060252b commit 467831bCopy full SHA for 467831b
package.json
@@ -15,7 +15,7 @@
15
"exec-tests": "mocha",
16
"test": "npm run test-v4 && npm run test-v3",
17
"clean-coverage": "rimraf .nyc_output && rimraf coverage",
18
- "cover": "npm run clean-coverage && npm run cover-v4",
+ "cover": "npm install && npm run clean-coverage && npm run cover-v4",
19
"lint": "tslint ."
20
},
21
"repository": {
0 commit comments