mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
chore: fix husky hooks
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user