Commit 6b25d7f
committed
Fix CI: add Phase 3 bun install to recreate per-package node_modules symlinks
The embedded workspace variant (installWorkspaceDeps) was missing the
re-install step after copying source files with withDirectory. This
overwrote per-package node_modules/ symlinks, preventing TypeScript
from resolving astro/tsconfigs/strictest in the frontend tsconfig,
which caused 376 ESLint type-resolution errors in CI.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f4a62bf commit 6b25d7f
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
0 commit comments