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