We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608ce44 commit c62b83eCopy full SHA for c62b83e
cli/package.json
@@ -23,9 +23,9 @@
23
"postinstall": "node postinstall.js",
24
"test": "npm run check && npm run unit-test",
25
"unit-test": "nodeunit --reporter=junit test/tests.js --output target",
26
- "lint": "echo 0",
+ "lint": "eslint --fix *.js",
27
"check": "npm run lint && nsp check",
28
- "coverage": "istanbul -- cover nodeunit test/tests.js && istanbul-coveralls --no-rm",
+ "coverage": "echo 0",
29
"snyk-protect": "snyk protect",
30
"prepublish": "npm run snyk-protect"
31
},
0 commit comments