From 6918eac3ad4b39393d41afbb04b2f5f367dcbbf9 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Mon, 3 Apr 2017 21:40:01 -0400 Subject: [PATCH] Remove pre-commit hook --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index fbfe0344..d4b89655 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,8 @@ "dev-configure": "node fuse -c", "test": "jest", "snyk-protect": "snyk protect", - "__prepublish": "npm run snyk-protect", - "pre-commit": "npm run test" + "__prepublish": "npm run snyk-protect" }, - "pre-commit": [ - "pre-commit" - ], "bin": { "wiki": "wiki.js" }, @@ -143,7 +139,6 @@ "jquery-smooth-scroll": "^2.0.0", "node-sass": "latest", "nodemon": "latest", - "pre-commit": "latest", "pug-lint": "latest", "snyk": "latest", "standard": "latest",