From 8e62e421fc77a77ad430199fc2c0c4f22f4546db Mon Sep 17 00:00:00 2001 From: Chitoku Date: Sat, 20 Jul 2024 13:33:14 +0900 Subject: [PATCH] Run lint-staged command directly from husky (#5412) --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 372362317..c27d8893a 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -yarn lint-staged +lint-staged