From 67476032e0a4b36899c7f6c6389c623ce1b319dd Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 22 Dec 2018 12:54:43 +0100 Subject: [PATCH] chore: update registry field on install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d8276551..be82f1b12 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,7 @@ jobs: key: *yarn_cache_key - run: name: Install Js dependencies - command: yarn install --no-progress + command: yarn install --no-progress --registry https://registry.verdaccio.org - run: name: Prepare CI command: yarn run pre:ci