Commit b9f5c2f
fix(turbo): build json-render-ui before hub-vite and hub-next
Both examples dynamically import `@devframes/json-render-ui/hub` at
runtime, but neither task's explicit turbo dependsOn list included
`@devframes/json-render-ui#build`. On a cold cache, turbo could run
hub-vite/hub-next's build before json-render-ui finished, failing with
ERR_MODULE_NOT_FOUND on dist/hub.mjs — the failure seen in the e2e CI job.1 parent 1112b4d commit b9f5c2f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments