mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 12:36:50 -07: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()
|
||||
{
|
||||
ProgressStart 'yarn install'
|
||||
yarn install
|
||||
yarn install --frozen-lockfile --network-timeout 120000
|
||||
ProgressEnd 'yarn install'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue