Revert "Remove --immutable-cache in yarn install command"

This reverts commit 2635212b77.
This commit is contained in:
Stéphan Kochen
2021-12-14 09:39:33 +01:00
parent 2635212b77
commit b6033729fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -77,7 +77,7 @@ let
install -m 0600 ${lockfile} ./yarn.lock install -m 0600 ${lockfile} ./yarn.lock
export yarn_global_folder="$TMP" export yarn_global_folder="$TMP"
export YARN_ENABLE_IMMUTABLE_INSTALLS=false export YARN_ENABLE_IMMUTABLE_INSTALLS=false
yarn yarn --immutable-cache
''; '';
installPhase = '' installPhase = ''
@@ -115,7 +115,7 @@ let
@@ISOLATED_INTEGRATION@@ @@ISOLATED_INTEGRATION@@
# Run normal Yarn install to complete dependency installation. # Run normal Yarn install to complete dependency installation.
yarn install --immutable yarn install --immutable --immutable-cache
runHook postConfigure runHook postConfigure
''; '';