Merge pull request #8797 from backstage/rugvip/nolerna

switch to using @manypkg/get-packages for enumerating monorepo packages
This commit is contained in:
Patrik Oldsberg
2022-01-10 13:31:16 +01:00
committed by GitHub
20 changed files with 424 additions and 200 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/cli': patch
'@backstage/backend-common': patch
---
Switched to using `@manypkg/get-packages` to list monorepo packages, which provides better support for different kind of monorepo setups.