mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:21:15 +08:00
Merge pull request #9770 from storybookjs/fix/dll-generation
Build: Fix DLL generation race condition
This commit is contained in:
commit
8a959de743
4
scripts/bootstrap.js
vendored
4
scripts/bootstrap.js
vendored
@ -137,7 +137,9 @@ function run() {
|
||||
option: '--dll',
|
||||
command: () => {
|
||||
log.info(prefix, 'dll');
|
||||
spawn('lerna run createDlls --scope "@storybook/ui"');
|
||||
setTimeout(() => {
|
||||
spawn('lerna run createDlls --scope "@storybook/ui"');
|
||||
}, 5000);
|
||||
},
|
||||
order: 3,
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user