Fix detection of child directories
Using `string.startsWith` is insufficient when two different directories share a prefix, e.g. `./packageA` and `./packageAA`.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix detection of external package child directories
|
||||
Reference in New Issue
Block a user