Dev: Travis ci coverage
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user