Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Nov 8, 2024
1 parent 4e5caf9 commit b798e5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lighthouserc.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b798e5e

Please sign in to comment.