Commit 2f9633c
committed
Fix CI optional dependencies issue (npm #4828)
Use --include=optional flag and regenerate package-lock.json in CI to ensure
platform-specific binaries (Rollup, LightningCSS) are installed correctly.
This addresses the known npm bug where optional dependencies for other
platforms are excluded from package-lock.json when node_modules exists.1 parent ac28b37 commit 2f9633c
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| |||
0 commit comments