We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3e68e commit 917229aCopy full SHA for 917229a
1 file changed
package.json
@@ -84,6 +84,6 @@
84
"beautify": "node ./scripts/beautify-rewrite",
85
"precover": "npm run lint && npm run beautify-lint",
86
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
87
- "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
+ "publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
88
}
89
0 commit comments