Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b41378

Browse filesBrowse files
csarnatarogiacomocusinato
authored andcommitted
Added timeout to yarn install
1 parent 8ec96fc commit 0b41378
Copy full SHA for 0b41378

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎scripts/package.sh

Copy file name to clipboardExpand all lines: scripts/package.sh
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.