Deployment Guide Run tests npm run test Commit changes to Git Create new package version number npm version <patch | minor | major> Build package npm run build Publish package to npmjs.com npm publish --access public