diff --git a/mprocs-local-backend.yaml b/mprocs-local-backend.yaml index 7964a74bf13e86ada5b96347079e8bbae9e27c43..fe59e959d172fd93f157c205db22873d7ea9fa77 100644 --- a/mprocs-local-backend.yaml +++ b/mprocs-local-backend.yaml @@ -9,7 +9,15 @@ procs: env: DEV_ENV: local shell: ./mprocs-start-web.sh - storybook: + storybook (holi-bricks web): + cwd: <CONFIG_DIR>/holi-frontends + shell: > + if [ "$LOCAL_BACKEND_STORYBOOK" = "true" ]; then + ./mprocs-start-holi-bricks.sh; + else + echo "Not starting local Storybook for holi-bricks because LOCAL_BACKEND_STORYBOOK is not set to 'true'"; + fi + storybook (legacy): cwd: <CONFIG_DIR>/holi-frontends shell: > if [ "$LOCAL_BACKEND_STORYBOOK" = "true" ]; then