Commit e0f112e
ci(lighthouse): move upload script into root scripts/ folder
Address review feedback from @mydea: a 70-line upload script does not
warrant its own workspace package.
- Move `dev-packages/lighthouse-bundle/bundle-and-upload.mjs` to
`scripts/lighthouse-bundle-and-upload.mjs` alongside the other repo
utilities (`bump-size-limits.mjs`, `ci-print-build-artifact-paths.mjs`,
etc.).
- Drop the now-empty `dev-packages/lighthouse-bundle/` package and its
entry in the root `workspaces` list.
- Update the nightly workflow to invoke the new path.
- Strip a stale `~/Projects/...` reference and an internal scratchpad
pointer from the script's JSDoc header while we are in the file.
Co-Authored-By: claude-sonnet-4-5 <noreply@anthropic.com>1 parent 6015961 commit e0f112e
4 files changed
Lines changed: 2 additions & 18 deletions
File tree
- .github/workflows
- dev-packages/lighthouse-bundle
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
0 commit comments