mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 02:01:06 +08:00
Don't copy DLLs
This commit is contained in:
parent
3f03d5c75f
commit
3145260e71
@ -185,8 +185,6 @@ export async function buildStaticStandalone(options) {
|
|||||||
if (prebuiltDir) {
|
if (prebuiltDir) {
|
||||||
await cpy('**', outputDir, { cwd: prebuiltDir, parents: true });
|
await cpy('**', outputDir, { cwd: prebuiltDir, parents: true });
|
||||||
} else {
|
} else {
|
||||||
logger.info(`=> Copying prebuilt dll's..`);
|
|
||||||
await cpy(path.join(__dirname, '../../dll/*'), path.join(outputDir, 'sb_dll'));
|
|
||||||
await buildManager(configType, outputDir, configDir, options);
|
await buildManager(configType, outputDir, configDir, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user