Commit 884a2c0
fix(ci): build every package before the coverage job (#1005)
The coverage job built only abi-registry, so any test importing across
workspace packages died on "Failed to resolve entry for package
@orbital-stellar/pulse-core" - packages resolve each other through
main (./dist/index.js), which does not exist until build runs.
Co-authored-by: Salmatcre8 <118213044+Salmatcre8@users.noreply.github.com>1 parent f7d733f commit 884a2c0
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
284 | 288 | | |
285 | 289 | | |
286 | 290 | | |
| |||
0 commit comments