Fix console show in sources panel

This commit is contained in:
redhoodsu
2018-08-20 10:55:22 +08:00
parent 79ee74559a
commit c625a3982e
4 changed files with 9 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
"ci": "npm run format && npm run lint && npm run test && npm run build",
"ci": "npm run lint && npm run test && npm run build",
"build": "webpack --config script/webpack.dev.js && webpack --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",