Skip to content
Snippets Groups Projects
Commit 48c761a6 authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

HOLI-10392: add holi-bricks storybook to local-backends config as well

parent f0cd76e3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,15 @@ procs: ...@@ -9,7 +9,15 @@ procs:
env: env:
DEV_ENV: local DEV_ENV: local
shell: ./mprocs-start-web.sh 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 cwd: <CONFIG_DIR>/holi-frontends
shell: > shell: >
if [ "$LOCAL_BACKEND_STORYBOOK" = "true" ]; then if [ "$LOCAL_BACKEND_STORYBOOK" = "true" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment