Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 436 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 436 Bytes

Contributing guide

Development

yarn
yarn start

Testing

yarn test

Publishing

There is the Release Please Action bot to handle publishing. Just merge the relevant release-PR, no worries.

Alternatively, publish manually:

yarn release
git push --follow-tags --atomic
yarn build && npm publish