Merge pull request #3360 from backstage/rugvip/extbuild

cli: enable transformation of workspace packages outside the workspace root
This commit is contained in:
Patrik Oldsberg
2020-11-20 12:42:10 +01:00
committed by GitHub
5 changed files with 84 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The CLI now detects and transforms linked packages. You can link in external packages by adding them to both the `lerna.json` and `package.json` workspace paths.