about summary refs log tree commit diff
path: root/.husky
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-28 00:28:57 -0400
committerGitHub <noreply@github.com>2023-03-28 06:28:57 +0200
commita766804e02dfe3d2c47267d14f1797eca93c837b (patch)
tree985012d0083284d750e0e86c5c3e78a58af268a9 /.husky
parent2115413fa1ec52bea885c1ae18ae2ac3654b292c (diff)
Use Yarn instead of NPX for pre-commit hook (#24287)
Diffstat (limited to '.husky')
-rwxr-xr-x.husky/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit
index 36af21989..d2ae35e84 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,4 +1,4 @@
 #!/bin/sh
 . "$(dirname "$0")/_/husky.sh"
 
-npx lint-staged
+yarn lint-staged