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.
❤️