Skip to content

Commit 917229a

Browse files
committed
safer publish-patch
1 parent 7c3e68e commit 917229a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"beautify": "node ./scripts/beautify-rewrite",
8585
"precover": "npm run lint && npm run beautify-lint",
8686
"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"
87+
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
8888
}
8989
}

0 commit comments

Comments
 (0)