diff --git a/lighthouserc.json b/lighthouserc.json index 5df8d33..8f9e407 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -1,10 +1,8 @@ { "ci": { "collect": { - "url": [ - "http://localhost:3000/" - ], - "startServerCommand": "npm start" + "url": ["http://localhost:3000/"], + "startServerCommand": "npx serve@latest out" }, "assert": { "preset": "lighthouse:recommended"