UNPKG

530 BMarkdownView Raw
1# NPM PUBLISHING
2
3## Command Check
4
5Please verify the following before publishing to NPM
6
7[ ] All commands working:
8* deploy
9* invoke
10* remove
11* kill
12* script
13* configure
14
15## How to Publish
16
17[ ] Merge changes to `master` branch
18
19[ ] Using the `master` branch, run the `npm run publish` command. Follow the instructions
20 on screen to change to the version number. This will tag the local git repository with that version.
21
22[ ] Once publishing is complete, perform a `git --tags push` which will push the tags to the server.