Skip to content

Commit

Permalink
misc: fix "fast" npm script (#11997)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored and paulirish committed Mar 23, 2021
1 parent 55cfbef commit 231497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"coveralls": "cat unit-coverage.lcov | coveralls",
"devtools": "bash lighthouse-core/scripts/roll-to-devtools.sh",
"chrome": "node lighthouse-core/scripts/manual-chrome-launcher.js",
"fast": "yarn start --emulated-form-factor=none --throttlingMethod=provided",
"fast": "yarn start --preset=desktop --throttlingMethod=provided",
"deploy-treemap": "yarn build-treemap --deploy",
"deploy-viewer": "yarn build-viewer --deploy",
"now-build": "node lighthouse-core/scripts/build-report-for-autodeployment.js && yarn build-viewer && yarn build-treemap && cp -r dist/gh-pages dist/now/gh-pages",
Expand Down

0 comments on commit 231497a

Please sign in to comment.