Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 180 Bytes

RELEASE.md

File metadata and controls

3 lines (3 loc) · 180 Bytes

For releasing a new version on npm

  1. Run npm version with needed update level, i.e. npm version patch
  2. Run npm publish, it will run tests, build lib and publish it to npm