Problem
If Storybook build is broken, then the whole web deploy fails (example)
Why this is important
We should not block web deploys on having storybook working
Solution
Refactor the platformDeploy workflow to ensure that the web build will continue even if Storybook fails.
Problem
If Storybook build is broken, then the whole web deploy fails (example)
Why this is important
We should not block web deploys on having storybook working
Solution
Refactor the
platformDeployworkflow to ensure that the web build will continue even if Storybook fails.