Skip to content

Commit a271b87

Browse files
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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"dev-packages/external-contributor-gh-action",
111111
"dev-packages/rollup-utils",
112112
"dev-packages/bundler-tests",
113-
"dev-packages/lighthouse-tests"
113+
"dev-packages/lighthouse-bundle"
114114
],
115115
"devDependencies": {
116116
"@rollup/plugin-commonjs": "^25.0.7",

0 commit comments

Comments
 (0)