Commit 774f0525 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

Temporarily disable snyk protect during install

parent 8c0ed468
......@@ -8,7 +8,7 @@
"dev": "gulp",
"test": "snyk test && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./tests/index.js && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"__prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment