Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 291 Bytes

DEPLOY.md

File metadata and controls

27 lines (18 loc) · 291 Bytes

Deployment Guide

  1. Run tests
npm run test
  1. Commit changes to Git

  2. Create new package version number

npm version <patch | minor | major>
  1. Build package
npm run build
  1. Publish package to npmjs.com
npm publish --access public