From 397e5ef1b6cb28e7e2b2992e51d14b9b25a8ea25 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sat, 11 Feb 2023 18:29:50 +0100 Subject: [PATCH] REVERT LATER debug yarn install or should this stay? --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4884e23dbe..fad39028bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,9 +49,9 @@ commands: - run: name: Install dependencies command: | - yarn install --frozen-lockfile --cache-folder ~/.cache/yarn + yarn install --verbose --frozen-lockfile --cache-folder ~/.cache/yarn if [ $? -ne 0 ]; then - yarn install --frozen-lockfile --cache-folder ~/.cache/yarn + yarn install --verbose --frozen-lockfile --cache-folder ~/.cache/yarn fi - save_cache: name: Save yarn cache