Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: fix "fast" npm script #11997

Merged
merged 3 commits into from Jan 26, 2021
Merged

misc: fix "fast" npm script #11997

merged 3 commits into from Jan 26, 2021

Conversation

adamraine
Copy link
Member

Release test was failing on this step:

npm explore lighthouse -- npm run fast -- http://example.com

npm fast:

"fast": "yarn start --emulated-form-factor=none --throttlingMethod=provided",

--emulated-form-factor is removed as of #11779

@adamraine adamraine requested a review from a team as a code owner January 25, 2021 23:59
@adamraine adamraine requested review from patrickhulce and removed request for a team January 25, 2021 23:59
@google-cla google-cla bot added the cla: yes label Jan 25, 2021
package.json Outdated Show resolved Hide resolved
Co-authored-by: Brendan Kenny <bckenny@gmail.com>
Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC the true purpose of this script was just to run Lighthouse as quickly as possible, so we could probably even get away with throttlingMethod only, but it's not a big deal :)

package.json Outdated Show resolved Hide resolved
Co-authored-by: Patrick Hulce <phulce@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants