Use Yarn instead of NPX for pre-commit hook (#24287)
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
. "$(dirname "$0")/_/husky.sh"
 | 
					. "$(dirname "$0")/_/husky.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
npx lint-staged
 | 
					yarn lint-staged
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user