Skip to content

Commit

Permalink
ci(lighthouse): update pnpm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhoffmnn committed Nov 15, 2023
1 parent ccb33a0 commit a7e58c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: latest
cache: "pnpm"
- name: Install dependencies
run: pnpm install --prod --ignore-scripts
run: pnpm install
- name: Build site
run: pnpm run build
- name: Run Lighthouse CI
Expand Down

0 comments on commit a7e58c0

Please sign in to comment.