Skip to content

Commit

Permalink
Merge pull request #21 from AllanOliveiraM/develop
Browse files Browse the repository at this point in the history
fix: use correct build command
  • Loading branch information
AllanOliveiraM authored Jul 18, 2021
2 parents 93ba5fb + d8155e5 commit 1786de0
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

1 comment on commit 1786de0

@vercel
Copy link

@vercel vercel bot commented on 1786de0 Jul 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.