This commit is contained in:
Leifer Mendez
2022-11-28 16:30:48 +01:00
parent ee32a35a42
commit fdb083f2a3
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
exec < /dev/tty && node_modules/.bin/git-cz --hook || true
echo "Hello World"