aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ab42ade09..2cd5d3eae 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -13,6 +13,9 @@ jobs:
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
+ name: Cause life is too short to debug yarn registry issues
+ command: yarn config set registry "https://registry.npmjs.org"
+ - run:
name: yarn
command: yarn --frozen-lockfile
- save_cache: