From 17ed59638477111f59576424ef963021cd1d3d09 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 6 Nov 2018 16:36:19 +0100 Subject: [PATCH] chore: fix ci --- packages/material-bottom-tabs/.circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/material-bottom-tabs/.circleci/config.yml b/packages/material-bottom-tabs/.circleci/config.yml index 1b1833b1..fddbd417 100644 --- a/packages/material-bottom-tabs/.circleci/config.yml +++ b/packages/material-bottom-tabs/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: - v1-dependencies-example-{{ checksum "example/package.json" }} - v1-dependencies-example- - run: | - yarn install + yarn install --ignore-engines yarn install --cwd example - save_cache: key: v1-dependencies-{{ checksum "package.json" }} @@ -38,8 +38,8 @@ jobs: - attach_workspace: at: ~/project - run: | - yarn run lint - yarn run flow + yarn lint + yarn flow unit-tests: <<: *defaults steps: