Commit 15ab8f1
committed
chore(ci): refine build steps in release workflow
Update the release GitHub Actions workflow to build each package
individually instead of running a monorepo-wide build. The main package
is built first, followed by dependent packages in sequence. This change
ensures that all packages are properly built and can help avoid issues
related to incorrect build order or skipped builds in multi-package
repositories.1 parent 31cad9d commit 15ab8f1
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments