Browse Source

Remove pre-commit hook

NGPixel 8 years ago
parent
commit
6918eac3ad
1 changed files with 1 additions and 6 deletions
  1. 1 6
      package.json

+ 1 - 6
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",