mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Bump Yarn timeout to 2 min
This commit is contained in:
parent
c50bedebc1
commit
4ac6b29f29
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -73,7 +73,7 @@ Build()
|
||||||
YarnInstall()
|
YarnInstall()
|
||||||
{
|
{
|
||||||
ProgressStart 'yarn install'
|
ProgressStart 'yarn install'
|
||||||
yarn install
|
yarn install --frozen-lockfile --network-timeout 120000
|
||||||
ProgressEnd 'yarn install'
|
ProgressEnd 'yarn install'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue