Skip to content

Commit 467831b

Browse files
reinstall packages
1 parent 060252b commit 467831b

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
@@ -15,7 +15,7 @@
1515
"exec-tests": "mocha",
1616
"test": "npm run test-v4 && npm run test-v3",
1717
"clean-coverage": "rimraf .nyc_output && rimraf coverage",
18-
"cover": "npm run clean-coverage && npm run cover-v4",
18+
"cover": "npm install && npm run clean-coverage && npm run cover-v4",
1919
"lint": "tslint ."
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)