Fix --mobile=false CLI flag and use it for DBW (#721)

This commit is contained in:
Eric Bidelman 2016-09-29 17:07:51 -07:00 коммит произвёл Brendan Kenny
Родитель 69bd01a507
Коммит 75a5d4c968
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -87,6 +87,7 @@ Example: --output-path=./lighthouse-results.html`
'save-artifacts',
'list-all-audits',
'list-trace-categories',
'mobile',
'perf',
'skip-autolaunch',
'select-chrome',

Просмотреть файл

@ -22,7 +22,7 @@
"closure": "cd lighthouse-core && closure/closure-type-checking.js",
"watch": "lighthouse-core/scripts/run-mocha.sh --watch",
"chrome": "lighthouse-core/scripts/launch-chrome.sh",
"dbw": "npm run start -- --config-path=lighthouse-core/config/dobetterweb.json --output=html --output-path=results.html"
"dbw": "npm run start -- --config-path=lighthouse-core/config/dobetterweb.json --mobile=false --output=html --output-path=results.html"
},
"devDependencies": {
"coveralls": "^2.11.9",