feature/optimize #14

Merged
lobo merged 10 commits from feature/optimize into main 2026-02-07 11:14:33 +01:00
Showing only changes of commit 4d27643d74 - Show all commits

View File

@@ -43,11 +43,8 @@ jobs:
# 4. Lighthouse Audit (Performance & SEO)
- name: Lighthouse CI
run: |
# 1. Where is pupeteer/chrome?
CHROME_PATH=$(node -e 'console.log(require("puppeteer").executablePath())')
# 2. Setting the path
export CHROME_PATH=$CHROME_PATH
# 3. Starting lighthouse
CHROME_PATH=$(node -e 'console.log(require("puppeteer").executablePath())')
export CHROME_PATH=$CHROME_PATH
npx lhci autorun
# ------------------------------------------------------------------