Use Yarn instead of NPX for pre-commit hook (#24287)

lolsob-rspec
Nick Schonning 2023-03-28 00:28:57 -04:00 committed by GitHub
parent 5001a7d862
commit 1cec8e6335
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
yarn lint-staged