mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
force close after publishing with --open
This commit is contained in:
parent
a452400b68
commit
a18a63f717
@ -188,6 +188,7 @@ const run = async () => {
|
||||
|
||||
if (!program.open) {
|
||||
verdaccioServer.close();
|
||||
process.exit(0);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user