Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 455 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (24 loc) · 455 Bytes

Contributing

This is a guide for contributors.

How to dev

  • pnpm run build: Build for production
  • pnpm run dev: Run for development
  • pnpm run lint: Try static-checking
  • pnpm run test: Run tests

How to release

  • Wait for passing CI...
  • git switch main && git pull
  • rm -rf dist && pnpm run build
  • pnpm version
  • pnpm publish
  • git push --follow-tags