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 committed Dec 19, 2019
1 parent 0559e1f commit a036599
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 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 @@ -49,9 +50,3 @@ lint:
docker pull $(IMAGE_FRONT)
$(call frontexec, yarn install --ignore-optional --check-files --prod)
$(call frontexec, yarn lint-fix)

storybook:
@echo "Running storybook..."
docker pull $(IMAGE_FRONT)
$(call frontexec, yarn install --ignore-optional --check-files)
$(call frontexec, yarn build-storybook --verbose)

0 comments on commit a036599

Please sign in to comment.