Skip to content

Commit 0b41378

Browse files
csarnatarogiacomocusinato
authored andcommitted
Added timeout to yarn install
1 parent 8ec96fc commit 0b41378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
yarn install --immutable \
5+
yarn install --immutable --network-timeout 10000000 \
66
&& yarn --cwd arduino-ide-extension build \
77
&& yarn --cwd electron-app rebuild \
88
&& yarn --cwd electron-app build \

0 commit comments

Comments
 (0)