Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 398 Bytes

File metadata and controls

24 lines (18 loc) · 398 Bytes

Contributing

Setup

corepack enable
pnpm install
pnpm check

Development rules

  • Keep the operation registry in packages/core/src/operations as the source of truth.
  • Add or update tests with behavior changes.
  • Run pnpm check before opening a PR.
  • Use changesets for publishable package changes.

Releasing

pnpm changeset
pnpm changeset version
pnpm release