We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f8f5e commit b321c11Copy full SHA for b321c11
1 file changed
Directory.Build.targets
@@ -27,10 +27,10 @@
27
>
28
29
<Message Text="Running yarn install to fetch latest packages." Importance="High" />
30
- <Message Text="yarn install --frozen-lockfile --mutex file:.yarn-mutex" Importance="High" />
+ <Message Text="yarn install --immutable" Importance="High" />
31
<Exec
32
ContinueOnError="True"
33
- Command="yarn install --frozen-lockfile --mutex file:.yarn-mutex"
+ Command="yarn install --immutable"
34
WorkingDirectory="$(MSBuildThisFileDirectory)"
35
36
<Output TaskParameter="ExitCode" ItemName="_ReactNativeYarnExitCode" />
0 commit comments