Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 366 Bytes

DEPLOY.md

File metadata and controls

30 lines (20 loc) · 366 Bytes

Deployment Guide

  1. Run tests

Make sure karma is installed npm install -g karma-cli

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
npm run compile
  1. Publish package to npmjs.com
npm publish --access public