fix: 🐛 git hooks permissions

This commit is contained in:
Guz013
2023-07-20 15:39:45 -03:00
parent 80fce1583d
commit e636314867
2 changed files with 2 additions and 0 deletions

2
.husky/pre-commit Normal file → Executable file
View File

@@ -1,5 +1,7 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
ESLINT_USE_FLAT_CONFIG=true
pnpm dlx commitlint --edit ${1}
pnpm dlx lint-staged

0
.husky/prepare-commit-msg Normal file → Executable file
View File