From 6dca7b91e2e142af68082ae8d3cd897bbf23fc95 Mon Sep 17 00:00:00 2001 From: Thomas Bertet Date: Fri, 5 Jan 2018 16:09:27 +0100 Subject: [PATCH] re-add cra-kitchen-sink to CI build for integration tests --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c501f3ca1b8..5541a4c43a77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |