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 34f728d commit 5a573c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/makefile/front.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ front-build:
$(call frontexec, node -v); \
$(call frontexec, yarn -v); \
$(call frontexec, yarn build --verbose); \
$(call frontexec, yarn build-storybook --verbose); \
else \
echo "- Theme directory defined in .env file was not found. Skipping front-build."; \
fi
Expand All @@ -55,4 +54,4 @@ storybook:
@echo "Running storybook..."
docker pull $(IMAGE_FRONT)
$(call frontexec, yarn install --ignore-optional --check-files)
$(call frontexec, yarn storybook -p $(FRONT_PORT))
$(call frontexec, yarn build-storybook --verbose)

0 comments on commit 5a573c2

Please sign in to comment.