From 2b98454c772c43d1e5bdd7dfd4fd45a4a33add69 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sun, 4 Aug 2019 00:23:10 +0530 Subject: [PATCH] Remove pre-push git hook --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 27e1a1f..d5c5884 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "post-commit": "npm run fix:format", - "pre-push": "run-s check:* lint test:src" + "post-commit": "npm run fix:format" } }, "repository": {