diff --git a/.lighthouserc.json b/.lighthouserc.json index 13b9560..f74b522 100644 --- a/.lighthouserc.json +++ b/.lighthouserc.json @@ -2,10 +2,10 @@ "ci": { "collect": { "url": ["http://localhost:8080/"], - "startServerCommand": "npm run preview -- --port=8080", + "startServerCommand": "npm run preview -- --port=8080" }, "upload": { - "target": "temporary-public-storage", - }, - }, + "target": "temporary-public-storage" + } + } }