mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Merge branch 'next' of github.com:storybookjs/storybook into next
This commit is contained in:
commit
ae705ad123
@ -310,7 +310,9 @@ export async function buildDevStandalone(options) {
|
||||
warning += managerStats.toJson().warnings.length;
|
||||
|
||||
process.exit(warning ? 1 : 0);
|
||||
} else if (!options.ci) {
|
||||
return;
|
||||
}
|
||||
|
||||
outputStartupInformation({
|
||||
updateInfo,
|
||||
version,
|
||||
@ -320,6 +322,7 @@ export async function buildDevStandalone(options) {
|
||||
previewTotalTime,
|
||||
});
|
||||
|
||||
if (!options.ci) {
|
||||
openInBrowser(address);
|
||||
}
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user