From 2a24028043edcb1596ba5300b4870b0951ad5e9d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 27 Dec 2024 16:17:43 +0100 Subject: [PATCH] chore: cache precommit lint results --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index a845b85..0acd3e2 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npm run lint \ No newline at end of file +npm run lint --cache \ No newline at end of file