From c176364cfc144bef644eb664350b0efce4ebd8d8 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 2 May 2024 19:20:08 -0500 Subject: [PATCH] fix(ci): enable yarn to modify lock files while making test patches we do not care about immutability / reproducible builds in the test patch creation context --- .github/workflows/create_test_patches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_test_patches.yml b/.github/workflows/create_test_patches.yml index 498466d638..9cb2d170dc 100644 --- a/.github/workflows/create_test_patches.yml +++ b/.github/workflows/create_test_patches.yml @@ -73,6 +73,7 @@ jobs: cd $HOME npx react-native init template --skip-install cd template + export YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn yarn add patch-package --save-dev mkdir patches || true