Skip to content

Commit

Permalink
tmpfix: yarn deps lodash fails during prep script
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-naxa committed Dec 15, 2023
1 parent efa4727 commit 8e3b30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e3b30d

Please sign in to comment.