From 96bf8256b67e905ef4557f9c1f7ed3e72d5715ef Mon Sep 17 00:00:00 2001 From: Kathiravan K Date: Mon, 19 Jun 2023 01:36:56 +0530 Subject: [PATCH] removed husky pre-push --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index 93d79b4..fa8b4cc 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm run prepush +# npm run prepush