Skip to content

Commit 188bbc2

Browse files
committed
added dev script without coverage table
1 parent 6ade16e commit 188bbc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
"test:js": "mocha --compilers js:babel-core/register ./test/js/**/*.spec.js --reporter mochawesome",
2525
"test:ts": "mocha -r ts-node/register --recursive ./test/ts/**/*.spec.ts",
2626
"test": "npm run test:js && npm run test:ts",
27-
"dev": "npm run clean && npm run lint && npm run webpack && npm run generate-report",
27+
"dev": "npm run clean && npm run lint && npm run webpack && npm run generate-report2",
2828
"coverage": "npm run generate-report && nyc report --reporter=text-lcov > coverage.lcov && codecov",
2929
"generate-report": "nyc --report-dir coverage npm run test && nyc report --reporter=text",
30+
"generate-report2": "nyc --report-dir coverage npm run test",
3031
"go": "npm run clean && npm run lint && npm run build && npm run test",
3132
"webpack": "webpack --env build"
3233
},

0 commit comments

Comments
 (0)