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.
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.