Remove pre-commit hook
Showing
... | @@ -11,12 +11,8 @@ | ... | @@ -11,12 +11,8 @@ |
"dev-configure": "node fuse -c", | "dev-configure": "node fuse -c", | ||
"test": "jest", | "test": "jest", | ||
"snyk-protect": "snyk protect", | "snyk-protect": "snyk protect", | ||
"__prepublish": "npm run snyk-protect", | "__prepublish": "npm run snyk-protect" | ||
"pre-commit": "npm run test" | |||
}, | }, | ||
"pre-commit": [ | |||
"pre-commit" | |||
], | |||
"bin": { | "bin": { | ||
"wiki": "wiki.js" | "wiki": "wiki.js" | ||
}, | }, | ||
... | @@ -143,7 +139,6 @@ | ... | @@ -143,7 +139,6 @@ |
"jquery-smooth-scroll": "^2.0.0", | "jquery-smooth-scroll": "^2.0.0", | ||
"node-sass": "latest", | "node-sass": "latest", | ||
"nodemon": "latest", | "nodemon": "latest", | ||
"pre-commit": "latest", | |||
"pug-lint": "latest", | "pug-lint": "latest", | ||
"snyk": "latest", | "snyk": "latest", | ||
"standard": "latest", | "standard": "latest", | ||
... | ... |
Please
register
or
sign in
to comment