Merge pull request #33642 from backstage/dist-workspace-pack-batching

cli-module-build: pack packages in batches inside createDistWorkspace
This commit is contained in:
Patrik Oldsberg
2026-04-01 11:54:21 +02:00
committed by GitHub
4 changed files with 236 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-build': patch
---
When building dist-workspaces with --always-pack, batch `yarn pack` operations to avoid packing packages and their dependencies simultaneously.