Skip to content
Snippets Groups Projects
Unverified Commit a766804e authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

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

parent 2115413f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
yarn lint-staged
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment