aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4891bfc97..c4a7f1f6f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
- yarn-packages-
- run:
name: yarn
- command: yarn --frozen-lockfile install; exit 0;
+ command: yarn --frozen-lockfile install || true
- run:
name: yarn
command: yarn --frozen-lockfile install