Commit c52771a
ci(docs): pre-build @rozie/runtime-engine-helpers before docs build
The docs workflow builds each runtime package explicitly (not via turbo)
because docs's @rozie/unplugin compilation pulls .rozie examples whose
emit imports from @rozie/runtime-{vue,engine-helpers,…}. With the new
@rozie/runtime-engine-helpers package landed in quick-260526-q7s (which
SortableList.rozie now imports via useSortableJS), the docs build
started failing at Rollup entry resolution because dist/ doesn't exist
on a fresh CI checkout.
Adds the build step alongside the existing runtime-vue one + adds the
package's source path to the workflow path filter so future changes
trigger redeploys.
The matrix workflows (vue/solid/lit/etc.) use `pnpm turbo run build`
which auto-picks the new package via the workspace graph, so they need
no change. Adoption Smokes already passed on the prior push.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6beca27 commit c52771a
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
66 | 76 | | |
67 | 77 | | |
68 | 78 | | |
| |||
0 commit comments