Skip to content

Commit

Permalink
fix(workspace): add husky in dev workspace dependency (#2751)
Browse files Browse the repository at this point in the history
## Proposed change

fix(workspace): add husky in dev workspace dependency

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Jan 28, 2025
2 parents beda44b + ddb30ab commit 72e90a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import type {

/** Dev Dependencies to install to setup Commit hooks */
export const commitHookDevDependencies = [
'husky',
'lint-staged',
'editorconfig-checker',
'@commitlint/cli',
Expand Down

0 comments on commit 72e90a8

Please sign in to comment.