We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e38720 commit b4b6571Copy full SHA for b4b6571
package.json
@@ -13,7 +13,9 @@
13
"scripts": {
14
"test": "npm run lint && npm run coverage",
15
"lint": "jshint . && jscs -v .",
16
- "coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha"
+ "coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha",
17
+ "preversion": "npm test",
18
+ "postversion": "git push && git push --tags && rm -rf coverage"
19
},
20
"repository": {
21
"type": "git",
0 commit comments