File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
"test:js" : " mocha --compilers js:babel-core/register ./test/js/**/*.spec.js --reporter mochawesome" ,
25
25
"test:ts" : " mocha -r ts-node/register --recursive ./test/ts/**/*.spec.ts" ,
26
26
"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 " ,
28
28
"coverage" : " npm run generate-report && nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
29
29
"generate-report" : " nyc --report-dir coverage npm run test && nyc report --reporter=text" ,
30
+ "generate-report2" : " nyc --report-dir coverage npm run test" ,
30
31
"go" : " npm run clean && npm run lint && npm run build && npm run test" ,
31
32
"webpack" : " webpack --env build"
32
33
},
You can’t perform that action at this time.
0 commit comments