From 44d225afd7c93a37d93e89a84f9ffca44ad1c07d Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 17 Jun 2019 10:28:39 -0400 Subject: [PATCH] Don't attach husky on CI --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 03136b18..618977bd 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "typescript": "^3.5.1" }, "husky": { + "skipCI": true, "hooks": { "pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*" }