This is a guide for contributors.
pnpm run build
: Build for productionpnpm run dev
: Run for developmentpnpm run lint
: Try static-checkingpnpm run test
: Run tests
- Wait for passing CI...
-
git switch main && git pull
-
rm -rf dist && pnpm run build
-
pnpm version
-
pnpm publish
-
git push --follow-tags