npm test
# or
yarn test
npm run build
# or
yarn build
npm start
# or
yarn start
npm run release
# or
yarn release
npm run release -- --first-release
# or
yarn release --first-release
This will tag a release without bumping the version.
When you are ready, push the git tag and run npm publish
.
If you want to publish it as a public scoped package, run npm publish --access public
the first time.