From 42a31f2fd1c8f14c14762a6b1c2b67b4bb498ad2 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Mon, 19 Dec 2022 18:22:18 +0800 Subject: [PATCH] fix: timeout while fetching yarn pkgs in building docker image action --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index afd4b4b08f..c25c9099a2 100755 --- a/build.sh +++ b/build.sh @@ -28,6 +28,7 @@ buildAssets() { cd $REPO/assets + yarn install --network-timeout 1000000 yarn install yarn run build cd build