Files
agregarr/.husky/prepare-commit-msg
2025-08-25 01:48:34 +12:00

5 lines
83 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook || true