Commit a271b87
committed
fix(lighthouse-ci): update root workspaces to lighthouse-bundle
The previous commit renamed dev-packages/lighthouse-tests/ to
dev-packages/lighthouse-bundle/ but missed the corresponding entry in the
root package.json workspaces array. scripts/dependency-hash-key.js iterates
`workspaces` and require()s each package.json — the stale entry pointing
at the missing lighthouse-tests/package.json crashed the install-dependencies
composite action with MODULE_NOT_FOUND on the first push of the new workflow.1 parent d876721 commit a271b87
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments