From 59278e74c93d3c51f1f610c0b5caee37bc79b3bc Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Thu, 7 Dec 2023 01:28:12 -0800 Subject: [PATCH] Add `--frozen-lockfile` to `yarn install` (#3945) To catch cases where dependency changes require a lockfile change that wasn't comited alongside. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52c5678d300..ea4c8c84dab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: