Skip to content
Snippets Groups Projects
Commit c7904185 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

disable storybook on frontend only setup as well if configured as such

parent bc162740
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,8 @@ procs:
storybook:
cwd: <CONFIG_DIR>/holi-frontends
shell: >
yarn storybook:dev --no-open
if [ "$LOCAL_BACKEND_STORYBOOK" = "true" ]; then
./mprocs-start-storybook.sh;
else
echo "Not starting local Storybook because LOCAL_BACKEND_STORYBOOK is not set to 'true'";
fi
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