We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c602a4a commit 04a675aCopy full SHA for 04a675a
PUBLISHING.md
@@ -1,7 +1,7 @@
1
# How to publish this package
2
3
1. Make sure the README is up-to-date for the new version (commit changes if necessary)
4
-1. make sure tests pass locally `rm -Rf ./node_modules && npm install && npm test`
+1. make sure tests pass locally `rm -Rf ./node_modules && npm ci && npm test`
5
1. `npm version <the new version>` (this creates the git tag)
6
1. `git push origin v<the new version>`
7
1. wait for CI to pass on the tagged version <https://travis-ci.org/avh4/binwrap>
0 commit comments