Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit f26180e

Browse files
committed
[dev] Use yarn --network-timeout 100000 to make ESOCKETTIMEDOUT less likely in Gitpod prebuilds
1 parent 43ecfea commit f26180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ports:
44

55
tasks:
66
- init: cd plugins/gatsby-remark-gitpod && npm install
7-
- init: yarn && yarn build
7+
- init: yarn --network-timeout 100000 && yarn build
88
command: yarn dev --host 0.0.0.0
99

1010
vscode:

0 commit comments

Comments
 (0)