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