diff --git a/.github/workflows/lighthouse.yaml b/.github/workflows/lighthouse.yaml index 682a5a0..d7c5cdf 100644 --- a/.github/workflows/lighthouse.yaml +++ b/.github/workflows/lighthouse.yaml @@ -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