Skip to content

Commit

Permalink
fix(ci): allow yarn lockfile modification in CI for patch generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed May 14, 2024
1 parent 13520e7 commit 94979f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_test_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
command: DETOX_DISABLE_POSTINSTALL=1 yarn && yarn lerna:prepare

- name: Create Patches
env:
# yarn3+ by default disables lockfile alteration in CI. We want it.
YARN_ENABLE_IMMUTABLE_INSTALLS: false
run: |
PACKAGE_LIST=`find packages -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | egrep -v 'template|invites'`
mkdir $HOME/packages
Expand Down

0 comments on commit 94979f5

Please sign in to comment.