Skip to content

Commit

Permalink
docs: hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohns1 committed Feb 2, 2024
1 parent f46fb17 commit d799f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This project uses [Conventional Commits](https://www.conventionalcommits.org) wi
After staging your changes in Git, you can use `npm run commit`. This will prompt you to fill in the commit message fields and then generate the commit message for you.

## Git Hooks
This project uses [Husky](https://typicode.github.io/husky/) to run Git hooks. The hooks are defined in the `.husky/` directory and will run unit tests and linters before allowing each commit, and run the acceptance tests before each push. This is recommended to reduce the chance of pipeline failures.
This project uses [Husky](https://typicode.github.io/husky/) to run Git hooks, defined in the `.husky/` directory. This is recommended to reduce the chance of pipeline failures.

To install the hooks, run:
```
Expand Down

0 comments on commit d799f6f

Please sign in to comment.