Skip to content

Commit

Permalink
DOCS: add 'npm publish --dry-run'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfenton committed Mar 21, 2021
1 parent 3dfbf44 commit bff6314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Following the instructions from [this page](https://cloudfour.com/thinks/how-to-
1. update the version in the packages & CHANGELOG.md: `npm run release-bump:patch` (or 'minor' or 'major')
1. push to your remote: `git push`
1. push tags too: `npm run release:tag-push`
1. test a publish of the NPM: `npm publish --dry-run` and review output
1. publish the NPM: `npm publish`

0 comments on commit bff6314

Please sign in to comment.