Bug - Storybook some times failed to start with lerna command
Closed this issue · 1 comments
helloimela commented
Describe the bug
When components dependency for scania theme linked to local work, storybook failed to start on lerna command "lerna run start --parallel".
Maybe because the build in theme is not done before storybook build.
Notice that when we have @scania-sdds package, everything works fine.
Maybe good to have --stream flag instead.
To Reproduce
Steps to reproduce the behavior:
- Go to sdds project
- Run npm i then npm start
- See if storybook built & running
- See error
Expected behavior
Theme should be built before storybook with lerna command
Version of SDDS
1.0.0
Desktop information:
Please complete the following information
- OS: Windows 10
mmexvr commented
Not valid anymore