mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix sandbox command
This commit is contained in:
parent
08bb05365c
commit
e21a07bc43
@ -146,16 +146,16 @@ export const sandbox: Task = {
|
||||
|
||||
await setImportMap(details.sandboxDir);
|
||||
|
||||
await runMigrations(details, options);
|
||||
|
||||
await extendPreview(details, options);
|
||||
|
||||
const { JsPackageManagerFactory } = await import('../../code/core/src/common');
|
||||
|
||||
const packageManager = JsPackageManagerFactory.getPackageManager({}, details.sandboxDir);
|
||||
|
||||
await packageManager.installDependencies();
|
||||
|
||||
await runMigrations(details, options);
|
||||
|
||||
await extendPreview(details, options);
|
||||
|
||||
logger.info(`✅ Storybook sandbox created at ${details.sandboxDir}`);
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user