Skip to content

Commit

Permalink
docs(contributing): add mention of husky pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 23, 2021
1 parent 06b9b1b commit 4a006fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Prior to submitting a pull request back to the main repository, please make sure
2. Run `npm test` to check the code adheres to the defined style and that it passes the Jest tests
3. Run `npm run lint:prettier` to run the Prettier code formatter over the code

Step 2. is automatically run by a pre-commit hook added by [Husky](https://typicode.github.io/husky/#/).

## Release Process

Before a release, ensure the API docs are regenerated with `npm run doc`.
Expand Down

0 comments on commit 4a006fd

Please sign in to comment.