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