Commit 938ba9a
authored
Fix Cloud Build failure by adding Linux rolldown bindings (#1759)
The release build in Cloud Build (Linux) was failing because `npm ci` could not find the `@rolldown/binding-linux-x64-gnu` native binding. This is a known issue when lockfiles are generated on non-Linux OSes.
Explicitly adding it to `optionalDependencies` ensures it's included in `package-lock.json` and correctly installed by `npm ci` on Linux, while being safely skipped on other platforms.1 parent f852d27 commit 938ba9a
2 files changed
+6
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
341 | 344 | | |
342 | 345 | | |
343 | 346 | | |
| |||
0 commit comments