Skip to content

Commit e73756a

Browse files
committed
chore(web): remove LHCI devDependency and config to avoid frozen lockfile changes; docs updated
1 parent 4272e42 commit e73756a

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

web/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,4 @@ cd web
106106
bun run e2e
107107
```
108108

109-
## Lighthouse CI
110-
111-
- Config: `lighthouserc.json`
112-
- Workflow: `.github/workflows/lighthouse.yml`
113-
114-
Run locally:
115-
116-
```
117-
cd web
118-
bunx lhci autorun --config=lighthouserc.json
119-
```
109+
<!-- Lighthouse CI workflow removed for now. Reintroduce later if needed. -->

web/lighthouserc.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"typescript": "^5",
134134
"unified": "^11.0.5",
135135
"unist-util-visit": "^5.0.0",
136-
"vfile-matter": "^5.0.1",
137-
"@lhci/cli": "^0.13.0"
136+
"vfile-matter": "^5.0.1"
138137
}
139138
}

0 commit comments

Comments
 (0)