Skip to content

Commit

Permalink
Add --frozen-lockfile to yarn install (facebook#3945)
Browse files Browse the repository at this point in the history
To catch cases where dependency changes require a lockfile change that wasn't comited alongside.
  • Loading branch information
NickGerleman authored Dec 7, 2023
1 parent 06ba8ea commit 59278e7
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 @@ -24,7 +24,7 @@ commands:
- v1-yarn-{{ .Branch }}
- run:
name: Yarn Install
command: yarn install --no-progress --non-interactive --cache-folder ~/.cache/yarn
command: yarn install --frozen-lockfile --no-progress --non-interactive --cache-folder ~/.cache/yarn
working_directory: ~/react-native-website
- save_cache:
paths:
Expand Down

0 comments on commit 59278e7

Please sign in to comment.