Project cleanup and reorganization
This commit is contained in:
+3
-3
@@ -22,9 +22,9 @@
|
||||
"e2e:ui": "playwright test --ui",
|
||||
"e2e:performance": "playwright test tests/e2e/performance.spec.ts",
|
||||
"lhci": "lhci autorun",
|
||||
"lhci:mobile": "lhci autorun --config=.lighthouserc.json --settings.preset=mobile",
|
||||
"lhci:desktop": "lhci autorun --config=.lighthouserc.json --settings.preset=desktop",
|
||||
"performance:budget": "lhci autorun --budgetPath=performance-budgets.json",
|
||||
"lhci:mobile": "lhci autorun --config=config/lighthouse.json --settings.preset=mobile",
|
||||
"lhci:desktop": "lhci autorun --config=config/lighthouse.json --settings.preset=desktop",
|
||||
"performance:budget": "lhci autorun --budgetPath=config/performance-budgets.json",
|
||||
"performance:monitor": "node scripts/performance-monitor.js",
|
||||
"test:lhci": "node scripts/test-lhci.js",
|
||||
"preview": "next build && next start -p 3000",
|
||||
|
||||
Reference in New Issue
Block a user