Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 420 Bytes

File metadata and controls

11 lines (6 loc) · 420 Bytes

Development

Install Yarn, and install the dependencies - yarn install.

Run the lint checks with yarn lint

Run the Jest test suite with yarn test.

The main caveat: instead of running git commit, run yarn commit and follow the prompts to input a conventional changelog message via commitizen.

❤️