Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 338 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 338 Bytes

Development

Install the dependencies - npm install.

Run the Jest test suite with npm test.

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

❤️