This file provides information on how to push new updates out.
- Commit and push changes
- Create new tag (
git tag v0.0.0) - Push tags (
git push --tags) - Monitor GitHub Actions
- Create production build (
npm run buildfrom root directory) - Commit and push changes
- Run
npm publishfromnpmdirectory