From 77c3165f7ee5285abd35eb6d90ca70bb877ba4fd Mon Sep 17 00:00:00 2001 From: Vedant K Date: Sat, 9 Jul 2022 10:17:37 +0530 Subject: [PATCH] chore: enable color output in git hooks --- config/husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/husky/pre-commit b/config/husky/pre-commit index 552e4878..7f8a2fd1 100755 --- a/config/husky/pre-commit +++ b/config/husky/pre-commit @@ -5,4 +5,4 @@ . "$(dirname "$0")/_/husky.sh" -pnpm lint-staged +FORCE_COLOR=2 pnpm lint-staged