Skip to content

Commit

Permalink
chore(config): add lighthouse script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Dec 3, 2024
1 parent 5828e9e commit 7c2043f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"lint:inspect": "pnpx @eslint/config-inspector --no-open",
"lint:inspect-open": "pnpx @eslint/config-inspector",
"lint:inspect-build": "pnpx @eslint/config-inspector build --outDir dist/config-inspector",
"chromatic": "pnpx chromatic"
"chromatic": "pnpx chromatic",
"lighthouse": "pnpm exec serve lighthouse-report --no-clipboard & sleep 1 && xdg-open 'http://localhost:3000/latest-report'"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.1",
Expand Down

0 comments on commit 7c2043f

Please sign in to comment.