From cecabc2196252c338cfbd5a77ed0ad8ff05f758c Mon Sep 17 00:00:00 2001 From: Jai Kumar Dewani Date: Thu, 9 Dec 2021 19:45:54 +0530 Subject: [PATCH] fix: husky not able to execute pre-commit on windows (#4370) --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index 37236231..521508d8 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ +#!/bin/sh yarn lint-staged