Commit 19ee9bc
committed
fix(publish): simplify publish script to prevent CI hangs
Remove redundant check/build logic from publish script. The ci:validate
script already runs tests, checks, and builds before publish:ci runs.
The publish script now only validates artifacts exist and publishes.
This fixes potential CI hangs caused by running tests with piped stdio.1 parent 3d23e24 commit 19ee9bc
2 files changed
Lines changed: 86 additions & 265 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments