[Storybook]: Fix path for guessing the build output folder (#30914)
This commit is contained in:
@@ -31,9 +31,9 @@ let outputPath = config.outputDir
|
||||
|
||||
function getBuildOutputPathList() {
|
||||
return buildConfigs.flatMap((config) => [
|
||||
path.resolve(__dirname, `../../out/${config}`),
|
||||
path.resolve(__dirname, `../../../../out/${config}`),
|
||||
...extraArchitectures.map((arch) =>
|
||||
path.resolve(__dirname, `../../out/${config}_${arch}`),
|
||||
path.resolve(__dirname, `../../../../out/${config}_${arch}`),
|
||||
),
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user