Merge pull request #9258 from backstage/rugvip/role-build

cli: add experimental repo-wide build based on package roles
This commit is contained in:
Patrik Oldsberg
2022-02-07 17:08:53 +01:00
committed by GitHub
15 changed files with 509 additions and 154 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The experimental types build enabled by `--experimental-type-build` now runs in a separate worker thread.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Introduced an experimental and hidden `repo` sub-command, that contains commands that operate on an entire monorepo rather than individual packages.