From c910bb0113a445ee88c7cbab3e1e82b87ce99bee Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 20 Aug 2019 12:04:56 +0200 Subject: [PATCH] :construction_worker: Updated CicleCI config --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e3d6260da5..4ba95e3083c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,4 +7,6 @@ jobs: - checkout - run: 'sudo npm install -g yarn@latest lerna@latest' - run: yarn install - - run: lerna run build + - run: cd packages/patterns && yarn build + - run: cd ../pattern-info && yarn prepare + - run: cd ../../ && lerna run build