mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
Fail CI job if process fails
This commit is contained in:
parent
2b9ec8af2e
commit
01d52abd48
@ -103,5 +103,6 @@ if (require.main === module) {
|
||||
run().catch((err) => {
|
||||
console.error('Multiplexing failed');
|
||||
console.error(err);
|
||||
process.exit(1);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user