diff --git a/build.sh b/build.sh index 48ebfa76c..dec4337ad 100755 --- a/build.sh +++ b/build.sh @@ -73,7 +73,7 @@ Build() YarnInstall() { ProgressStart 'yarn install' - yarn install + yarn install --frozen-lockfile --network-timeout 120000 ProgressEnd 'yarn install' }