Development
Use the local scripts before changing public API behavior or published documentation.
Local Checks
sh
pnpm lint
pnpm build
pnpm test
pnpm docs:buildpnpm check runs TypeScript without emitting files:
sh
pnpm checkDocumentation
Run VitePress locally:
sh
pnpm docs:devBuild the static documentation:
sh
pnpm docs:buildKeep README, docs pages, and public API examples aligned when behavior, install instructions, or public exports change.
Changesets
Package-visible changes need a Changeset with the smallest correct SemVer bump:
sh
pnpm changesetUse minor for additive public exports and patch for fixes or documentation improvements.