cli: fix forwarding of target dir when resolving optional bundling paths
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix for `repo build --all` not properly detecting the experimental public entry point.
|
||||
@@ -42,6 +42,7 @@ export async function buildBundle(options: BuildOptions) {
|
||||
|
||||
const paths = resolveBundlingPaths(options);
|
||||
const publicPaths = await resolveOptionalBundlingPaths({
|
||||
targetDir: options.targetDir,
|
||||
entry: 'src/index-public-experimental',
|
||||
dist: 'dist/public',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user