Commit 28c29eb
Fix CI build order: build core before dependent packages
npm run build --workspaces runs packages in parallel, causing
adapter-claude, bunshin, and demo to fail when core hasn't built yet.
Replaced with explicit three-phase build: core → middleware packages → demo.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0af5033 commit 28c29eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments