Skip to content

Commit 04a675a

Browse files
committedFeb 4, 2021
Update publishing instructions
1 parent c602a4a commit 04a675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎PUBLISHING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to publish this package
22

33
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`
4+
1. make sure tests pass locally `rm -Rf ./node_modules && npm ci && npm test`
55
1. `npm version <the new version>` (this creates the git tag)
66
1. `git push origin v<the new version>`
77
1. wait for CI to pass on the tagged version <https://travis-ci.org/avh4/binwrap>

0 commit comments

Comments
 (0)
Please sign in to comment.