Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 287 Bytes

File metadata and controls

15 lines (12 loc) · 287 Bytes

Contributing

Run the usual suspects:

npm ci
npm run lint
npm run prettier
npm run typecheck
npm run test

Then, when you're ready for a PR, use changesets to describe your PR. Simply npm run changeset:add and follow the prompts.