Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 240 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 240 Bytes

As a contributor

Installing this repo

To get set up, run these steps:

yarn && yarn bootstrap
yarn build

Running tests

yarn test

Publishing

yarn lerna run prepare
yarn lerna publish patch|minor|major