Skip to content

Commit

Permalink
fix: use correct build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Oliveira Miraballes committed Jul 18, 2021
1 parent 0261a52 commit d8155e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
command: yarn build
- run:
name: Test Storybook Build
command: yarn build-storybook
command: yarn build:storybook

code_quality_and_integrity:
working_directory: ~/repo
Expand Down

0 comments on commit d8155e5

Please sign in to comment.