Skip to content

Commit

Permalink
Build and run with node_env production
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Sep 26, 2024
1 parent 494d524 commit 6471d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,13 @@ jobs:
run: just frontend/run build
env:
DEPLOYMENT_ENV: production
NODE_ENV: production

- name: Run Lighthouse CI
id: lhci-autorun
# Lighthouse CI runs the webserver for us, as configured in lighthouserc
env:
NODE_ENV: production
run: |
pnpm --package=@lhci/cli dlx lhci autorun --config .github/.lighthouserc.yml
Expand Down

0 comments on commit 6471d9e

Please sign in to comment.