Merge pull request #15637 from raisedadead/fix/update-snyk-config

chore(snyk): Update snyk config
This commit is contained in:
Berkeley Martinez
2017-07-17 16:34:20 -07:00
committed by GitHub

View File

@ -19,7 +19,6 @@
"lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils",
"pretest": "npm run create-rev && npm run lint",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"test-challenges": "babel-node seed/test-challenges.js | tap-spec",
"test-js": "npm run test-js-client && npm run test-js-common && npm run test-js-server",
"test-js-client": "tape -r babel-register \"client/**/*.test.js\" | tap-spec",