mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Use Yarn instead of NPX for pre-commit hook (#24287)
This commit is contained in:
parent
2115413fa1
commit
a766804e02
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx lint-staged
|
yarn lint-staged
|
||||||
|
|
Loading…
Reference in a new issue