mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:01:07 +08:00
Small fix
This commit is contained in:
parent
9bd9902d22
commit
d78e943e67
@ -17,7 +17,6 @@ export const build = async (cliOptions: any) => {
|
||||
};
|
||||
await withTelemetry('build', { presetOptions: options }, () => buildStaticStandalone(options));
|
||||
} catch (err) {
|
||||
// send error
|
||||
logger.error(err);
|
||||
process.exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user