Commit ff9ec09
authored
fix(ci): build engine package before the release self-host bundle (#4063)
release-selfhost.yml's --all bundle mode (the self-contained Docker image
build) hit the same @jsonbored/gittensory-engine resolution gap ci.yml's
validate-code job was fixed for: packages/gittensory-miner/lib/*.js (committed,
pre-built) imports the engine package, whose dist/ is gitignored and only
exists after an explicit build step. The regular selfhost.yml smoke test's
narrower (non --all) build never touches that import chain, so it never
caught this -- only the release pipeline's full bundle does, discovered when
cutting orb-v0.4.0-beta.2 failed on this exact error.1 parent 1deb96c commit ff9ec09
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
0 commit comments