This is a guide for contributors.
npm run build: Build for productionnpm run lint: Try static-checkingnpm run test: Run tests
- Wait for passing CI...
-
git switch main && git pull -
npm version <major|minor|patch>
-
git push --follow-tags
- Approve a staged package on npmjs.com and publish it.
- Create a release on GitHub.