Skip to content

Commit

Permalink
re-add cra-kitchen-sink to CI build for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bertet committed Jan 5, 2018
1 parent e5b3233 commit 6dca7b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
command: |
cd examples/official-storybook
yarn build-storybook
- run:
name: "Build react kitchen-sink"
command: |
cd examples/cra-kitchen-sink
yarn build-storybook
- run:
name: "Build vue kitchen-sink"
command: |
Expand Down

0 comments on commit 6dca7b9

Please sign in to comment.