mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-17 16:26:32 +00:00
Added timeout to yarn install
This commit is contained in:
parent
8ec96fc891
commit
0b41378dca
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
yarn install --immutable \
|
||||
yarn install --immutable --network-timeout 10000000 \
|
||||
&& yarn --cwd arduino-ide-extension build \
|
||||
&& yarn --cwd electron-app rebuild \
|
||||
&& yarn --cwd electron-app build \
|
||||
|
Loading…
x
Reference in New Issue
Block a user