Expected Behavior
Figure out a way to implement Lighthouse CI as a separate action to test the production build/bundle similar the existing Theme Bundling Test action in .github/workflows/pull_request_review.yml
I feel the .github/workflow-examples/automatic_deployment_production.yml looks promising to build more off of but I'm confused on how to get Lighthouse to run on a local environment after stencil init -- is there the ability to stencil start with the webpack prod build - then run lighthouse?