Skip to content

Commit

Permalink
Simplified publishing instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Dec 18, 2023
1 parent ace218e commit a71deaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/Publishing to npmjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* \[ \] Switch to `master` branch
* \[ \] Merge in--but don't commit--the current `release/X.X.X` branch
* \[ \] Run `npm run clean` in a bash shell
* \[ \] Run `npm run release:prepare1` in a bash shell
* \[ \] Run `npm run release:prepare1`
* \[ \] Run `npm run release:prepare2` in a Windows shell and pick new version number
* \[ \] Run `npm run release:review`
* \[ \] Run `npm run release:publish-git` in a bash shell
Expand Down

0 comments on commit a71deaf

Please sign in to comment.