Skip to content

Conversation

@connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Jun 25, 2021

breaking off some work from #12702

not using rollup here. I tried, but it was more effort than desired to get our weird exports working via commonjs+rollup, and this is just a transient change, so nbd.

lh_bg_js="dist/lighthouse-dt-bundle.js"

yarn build-report
yarn build-devtools
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

drive by change to also build devtools when rolling

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.

LGTM, thanks for breaking it up :)

"smoke": "node lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js",
"debug": "node --inspect-brk ./lighthouse-cli/index.js",
"start": "node ./lighthouse-cli/index.js",
"start": "yarn build-report && node ./lighthouse-cli/index.js",
Copy link
Collaborator

Choose a reason for hiding this comment

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

🎉 😃

@connorjclark connorjclark changed the title build: add build step for report misc(build): add build step for report Jun 30, 2021
@patrickhulce
Copy link
Collaborator

I'll defer to @brendankenny on the last remaining point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants