Skip to content

Commit c0fe405

Browse files
authored
docs: add husky init command to bun in setup guide (conventional-changelog#4497)
1 parent 0a82951 commit c0fe405

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guides/local-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ echo "pnpm commitlint \${1}" > .husky/commit-msg
103103
```sh
104104
bun add --dev husky
105105
106+
# husky@v9
107+
bunx husky init
108+
# husky@v8 or lower
106109
bunx husky install
107110
108111
# Add commit message linting to commit-msg hook

0 commit comments

Comments
 (0)