Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 363 Bytes

publishing.md

File metadata and controls

6 lines (5 loc) · 363 Bytes

Publishing Prerelease versions

  • Check the status in npm
  • Set version & tag using npm version as usual but specify the version, for example npm version 1.19.0-beta.2
  • npm run release as usual
  • npm publish --tag beta REMEMBER this, otherwise the published version will be a regular one