Commit 6c3190a
authored
fix(publish): simplify publish script to prevent CI hangs (#506)
* 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.
* style: ignore openapi.json from formatting
The auto-generated openapi.json file was causing inconsistent formatting
between local and CI environments. Since it's auto-generated, exclude it
from formatting.1 parent 68d1ba6 commit 6c3190a
3 files changed
Lines changed: 78 additions & 253 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments