Vite hooks support others type hook? eg. commit-msg etc. #1090
Answered
by
fengmk2
RedStar071
asked this question in
Q&A
-
|
When I used Husky, I used both |
Beta Was this translation helpful? Give feedback.
Answered by
fengmk2
Apr 20, 2026
Replies: 1 comment
-
|
Place the hook scripts in the .vite-hooks directory interface, for example, this commit-msg example https://github.com/node-modules/urllib/blob/exmple-for-commit-msg/.vite-hooks/commit-msg |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RedStar071
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place the hook scripts in the .vite-hooks directory interface, for example, this commit-msg example https://github.com/node-modules/urllib/blob/exmple-for-commit-msg/.vite-hooks/commit-msg