From ffd56e257ca57a825e99ef1014ff0aa3765637ba Mon Sep 17 00:00:00 2001 From: sasaplus1 Date: Mon, 21 Aug 2023 13:53:46 +0900 Subject: [PATCH] use npx --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 0f7f1740..0ccfe480 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -"$(yarn bin)/lint-staged" +npx lint-staged