Skip to content

Commit 303d083

Browse files
committed
chore: update pre-commit hook to include Homebrew path
- Added Homebrew binary path to the pre-commit hook for improved command accessibility. - Ensured that the secrets scanning and linting processes can utilize Homebrew-installed tools.
1 parent 62d4d7b commit 303d083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.husky/pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export PATH="/opt/homebrew/bin:$PATH"
2+
13
pnpm secrets:scan:staged
24
pnpm policy:skill-first
35
pnpm exec lint-staged

0 commit comments

Comments
 (0)