Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 483 Bytes

File metadata and controls

20 lines (12 loc) · 483 Bytes

Contributing

This project welcomes contributions and suggestions!

Coding Style

  • Use ESLint to lint.
  • Use Prettier to style.

Publishing Packages

This monorepo uses Changesets to manage package versions and publishing.

  • When making changes to a package under libraries/*, create a changeset to track the update:

    npx changeset
  • This ensures the version is bumped and only changed packages are published.