Skip to content

Commit

Permalink
fix(ci): enable yarn to modify lock files while making test patches
Browse files Browse the repository at this point in the history
we do not care about immutability / reproducible builds in the test patch
creation context
  • Loading branch information
mikehardy committed May 3, 2024
1 parent 1c82c9a commit c176364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_test_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c176364

Please sign in to comment.