Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 438 Bytes

Development

Install dependencies with

npm ci

Run the test suite with

npm test

This project uses semantic-release for automated NPM package publishing.

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

❤️