Skip to content

Commit c62b83e

Browse files
committed
fix(Build): Disable coverage for now
1 parent 608ce44 commit c62b83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"postinstall": "node postinstall.js",
2424
"test": "npm run check && npm run unit-test",
2525
"unit-test": "nodeunit --reporter=junit test/tests.js --output target",
26-
"lint": "echo 0",
26+
"lint": "eslint --fix *.js",
2727
"check": "npm run lint && nsp check",
28-
"coverage": "istanbul -- cover nodeunit test/tests.js && istanbul-coveralls --no-rm",
28+
"coverage": "echo 0",
2929
"snyk-protect": "snyk protect",
3030
"prepublish": "npm run snyk-protect"
3131
},

0 commit comments

Comments
 (0)