Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 149 Bytes

RELEASE.md

File metadata and controls

6 lines (6 loc) · 149 Bytes

RELEASING NEW VERSION

  1. npm run lint
  2. npm run compile
  3. npm version patch (major|minor|patch)
  4. npm run compile
  5. npm publish --access=public