From 8e3b30d5e0f09d1ece3ef3814516b3cb22687c7d Mon Sep 17 00:00:00 2001 From: mahesh-naxa Date: Fri, 15 Dec 2023 14:35:33 +0545 Subject: [PATCH] tmpfix: yarn deps lodash fails during prep script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a57248f6da..b9b50a67d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: command: | yarn --version cd ${CIRCLE_WORKING_DIRECTORY}/frontend - yarn install + yarn install --network-concurrency 1 # lodash which has prepare script fails. Hotfix: https://github.com/yarnpkg/yarn/issues/6312 - save_cache: key: yarn-deps-{{ checksum "frontend/yarn.lock" }} paths: