1
0
mirror of synced 2025-12-07 14:08:06 +08:00

Dev: Travis ci coverage

This commit is contained in:
surunzi
2017-10-15 21:21:51 +08:00
parent 5f523535da
commit 54a08d3034
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
"ci": "npm run lint && npm run cov && npm run build",
"ci": "npm run lint && npm run test && npm run build",
"build": "webpack --config script/webpack.dev.js && webpack -p --config script/webpack.release.js",
"cov": "npm run test && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -t json && node script/coverage",
"dev": "webpack-dev-server --config script/webpack.dev.js --host 0.0.0.0",