diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9557e71..3ba2e11 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -97,7 +97,7 @@ jobs: - name: Lighthouse Analysis run: | yarn add lighthouse - lighthouse http://liveserver/ --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage" + npx lighthouse http://liveserver/ --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage" # Notify-Lighthouse Step - name: Notify Lighthouse