Skip to content

Commit 6256ded

Browse files
committed
Update package.json
1 parent b626e2d commit 6256ded

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.2.3",
44
"private": true,
55
"scripts": {
6+
"lhci": "lhci autorun",
7+
"lhci:perf": "lhci autorun --collect.settings.preset=perf",
8+
"lhci:desktop": "lhci autorun --collect.settings.preset=desktop",
69
"dev": "next dev --turbopack",
710
"build": "next build",
811
"start": "next start",
@@ -40,6 +43,7 @@
4043
"uuid": "^11.0.5"
4144
},
4245
"devDependencies": {
46+
"@lhci/cli": "^0.14.0",
4347
"@playwright/test": "^1.50.1",
4448
"@types/lodash": "^4.17.15",
4549
"@types/node": "22.13.4",

0 commit comments

Comments
 (0)