Skip to content

Commit b321c11

Browse files
committed
fix
1 parent e8f8f5e commit b321c11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
>
2828

2929
<Message Text="Running yarn install to fetch latest packages." Importance="High" />
30-
<Message Text="yarn install --frozen-lockfile --mutex file:.yarn-mutex" Importance="High" />
30+
<Message Text="yarn install --immutable" Importance="High" />
3131
<Exec
3232
ContinueOnError="True"
33-
Command="yarn install --frozen-lockfile --mutex file:.yarn-mutex"
33+
Command="yarn install --immutable"
3434
WorkingDirectory="$(MSBuildThisFileDirectory)"
3535
>
3636
<Output TaskParameter="ExitCode" ItemName="_ReactNativeYarnExitCode" />

0 commit comments

Comments
 (0)