From 468f7245f7beb8a9b1c4f341f3cd138aace793e6 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Fri, 6 Sep 2024 08:30:50 +0200 Subject: [PATCH] backup yarn --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4020c3f3ed..123d420ace 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -526,7 +526,8 @@ jobs: - run: command: | nvm use 20.0.0 - cd apps/remixdesktop && yarn + cd apps/remixdesktop + yarn || yarn yarn add @remix-project/remix-ws-templates - save_cache: key: remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}