From 2cc44bfab70560c57bcb5e3beb11c1025d7ec200 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Wed, 8 Nov 2023 16:16:45 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20remove=20temp=20husky=20hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 595444c..2b2afa7 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,2 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npm run lint && git add . \ No newline at end of file +. "$(dirname -- "$0")/_/husky.sh" \ No newline at end of file