mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-21 23:43:07 +02:00
chore: fix husky hooks
This commit is contained in:
parent
24be4fc300
commit
7b77638225
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit ${1}
|
||||
. "$(where npx | head -n 1)" --no -- commitlint --edit ${1}
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
. "$(where npx | head -n 1)" lint-staged
|
||||
|
Loading…
Reference in New Issue
Block a user