aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2cd5d3eae..ab42ade09 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -13,9 +13,6 @@ 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: