diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 144a2e1..6dfc8c3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: npx playwright install --with-deps chromium - name: Start preview server run: | - npm run preview & + npx vite preview --host 127.0.0.1 --port 4173 & npx wait-on http://127.0.0.1:4173/ --timeout 30000 - name: Run Lighthouse CI run: |