We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1174a commit 029e2d9Copy full SHA for 029e2d9
.github/workflows/create_test_patches.yml
@@ -58,6 +58,9 @@ jobs:
58
command: DETOX_DISABLE_POSTINSTALL=1 yarn && yarn lerna:prepare
59
60
- name: Create Patches
61
+ env:
62
+ # yarn3+ by default disables lockfile alteration in CI. We want it.
63
+ YARN_ENABLE_IMMUTABLE_INSTALLS=false
64
run: |
65
PACKAGE_LIST=`find packages -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | egrep -v 'template|invites'`
66
mkdir $HOME/packages
0 commit comments