TODO: Put some of this in a script
-
Ensure the version in package.json is updated and correct.
-
Make the final commit and tag it with the semver preceeded by a "v". E.g. version 1.2.4 would be tagged as "v1.2.4"
-
Run
npm publish
. This will do a lint check, run tests, do a production build and then publish it to npmjs.com