Vite hooks support others type hook? eg. commit-msg etc. #1090
Unanswered
RedStar071
asked this question in
Q&A
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I used Husky, I used both
commit-msgandpre-commit. With Vite-Plus, I usepre-commit, but does it also support the other hook, such ascommit-msg?Beta Was this translation helpful? Give feedback.
All reactions