Merge pull request #8566 from blaryjp/master

fix(cli): skip findPackages if not inside a monorepo
This commit is contained in:
Patrik Oldsberg
2021-12-27 16:12:28 +01:00
committed by GitHub
2 changed files with 16 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix issue with plugin:serve for Plugins not using Lerna monorepo.