- Modify version in package.json to the following format (match with existing verion numbers etc) "version": "0.1.120-beta.1" where beta.x is the number of those betas.
- Build and publish to
npm run build && npm publish --tag beta
.
npm run build && npm publish --tag beta
.