Contributing
Local workflow
bash
pnpm install
pnpm lint
pnpm typecheck
pnpm test
pnpm buildChangesets
Add a changeset for any user-facing change:
bash
pnpm changesetSecrets and infrastructure
NPM_TOKENis required for npm publishing- GitHub Pages must be enabled for docs deployment
- GitHub Packages publishing uses
GITHUB_TOKEN
See the root CONTRIBUTING.md for repository conventions.