File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments