mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-03 19:15:37 +08:00
fix: update commit-msg hook to show installation when commitlint is not installed
- When the `--no` flag is used with `npx`, it prevents the command from being executed if the package is not installed. We should instead show a message to the user indicating that they need to install `commitlint`.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
npx --no -- commitlint --edit $1
|
npx commitlint --edit $1
|
||||||
|
|||||||
Reference in New Issue
Block a user