Skip to content

Commit e31bde6

Browse files
committed
docs: add husky init command to bun in setup guide
1 parent f6fb768 commit e31bde6

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)