Update tracked files
CI Pipeline / test (20) (pull_request) Successful in 6m27s
CI Pipeline / test (18) (pull_request) Successful in 8m15s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m22s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m39s
CI Pipeline / e2e (chromium) (pull_request) Successful in 11m31s
CI Pipeline / visual-regression (pull_request) Successful in 6m22s
CI Pipeline / storybook (pull_request) Successful in 1m26s
CI Pipeline / performance (pull_request) Successful in 6m44s
CI Pipeline / build (pull_request) Successful in 2m8s

This commit is contained in:
adilallo
2026-01-26 15:58:08 -07:00
parent 94a7922b30
commit f2cdb6fec9
82 changed files with 34 additions and 53359 deletions
+3 -3
View File
@@ -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=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",
"lhci:mobile": "lhci autorun --settings.preset=mobile",
"lhci:desktop": "lhci autorun --settings.preset=desktop",
"performance:budget": "lhci autorun --budgetPath=performance-budgets.json",
"performance:monitor": "node scripts/performance-monitor.js",
"test:lhci": "node scripts/test-lhci.js",
"preview": "next build && next start -p 3000",