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

local
Nick Schonning 1 year ago committed by GitHub
parent 2115413fa1
commit a766804e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .husky/pre-commit

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

Loading…
Cancel
Save