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

This commit is contained in:
Nick Schonning
2023-03-28 00:28:57 -04:00
committed by GitHub
parent 2115413fa1
commit a766804e02

View File

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