From c1bdd81729ad498eae3ce88b3e50641b9163a3d9 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 5 Dec 2023 20:44:37 +0000 Subject: [PATCH] lighthouse --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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