Skip to content

Commit

Permalink
195 - Edited storybook task.
Browse files Browse the repository at this point in the history
  • Loading branch information
hog-seruj authored and iberdinsky-skilld committed Mar 2, 2020
1 parent 5a573c2 commit 380df20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/makefile/front.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ front-build:
$(call frontexec, node -v); \
$(call frontexec, yarn -v); \
$(call frontexec, yarn build --verbose); \
$(call frontexec, yarn build-storybook -c .storybook -o dist/storybook --verbose)
else \
echo "- Theme directory defined in .env file was not found. Skipping front-build."; \
fi
Expand All @@ -54,4 +55,4 @@ storybook:
@echo "Running storybook..."
docker pull $(IMAGE_FRONT)
$(call frontexec, yarn install --ignore-optional --check-files)
$(call frontexec, yarn build-storybook --verbose)
$(call frontexec, yarn storybook -p $(FRONT_PORT))

0 comments on commit 380df20

Please sign in to comment.