Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: tmp: stop storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
masone committed Dec 31, 2021
1 parent fd72ea6 commit 9ced1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
at: ~/
- run: npm ls
- run: npm run build
- run: npm run build:storybook
# - run: npm run build:storybook
- run: npm run bundlesize
- persist_to_workspace:
root: ~/
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- run: CI_PULL_REQUEST= CIRCLE_PULL_REQUEST= npx semantic-release
- slack/notify-on-failure:
only_for_branches: master

docker_build:
<<: *BOB_THE_BUILDER
resource_class: small
Expand Down

0 comments on commit 9ced1a6

Please sign in to comment.