Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 386 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 386 Bytes

Internal Contribution Notes

Publishing a new version

  1. Run pnpm build to ensure that the packages are built
  2. Run pnpm changeset to create a new changeset
  3. Run pnpm changeset version to create a new version
  4. Run pnpm changeset publish to publish the new version

All together:

pnpm build
pnpm changeset
pnpm changeset version
pnpm changeset publish