scania-digital-design-system/sdds

Bug - Storybook some times failed to start with lerna command

Closed this issue · 1 comments

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:

  1. Go to sdds project
  2. Run npm i then npm start
  3. See if storybook built & running
  4. 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

AB#331

Not valid anymore