We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9509e8 commit 0f7eb67Copy full SHA for 0f7eb67
package.json
@@ -63,6 +63,7 @@
63
"bin": "./bin/webpack.js",
64
"scripts": {
65
"test": "mocha --reporter spec",
66
- "cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
+ "cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
67
+ "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
68
}
69
0 commit comments