Revert "Remove --immutable-cache in yarn install command"
This reverts commit 2635212b77.
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user