Skip to content

Commit

Permalink
Move to --immutable yarn option
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-markl committed Mar 24, 2022
1 parent df5732a commit 9873c68
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 @@ -12,7 +12,7 @@ jobs:
- 0-yarn-{{ arch }}-
- run:
name: Install Dependencies
command: yarn install --frozen-lockfile
command: yarn install --immutable
- save_cache:
name: Save Yarn Package Cache
key: 0-yarn-{{ arch }}-{{ checksum "yarn.lock" }}
Expand Down

0 comments on commit 9873c68

Please sign in to comment.