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
-
rm -rf dist && npm run build
-
npm version <major|minor|patch>
-
npm publish
-
git push --follow-tags