fix: timeout while fetching yarn pkgs in building docker image action

pull/1567/head 3.6.2
HFO4 2022-12-19 18:22:18 +08:00
parent ca80051a89
commit 42a31f2fd1
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ buildAssets() {
cd $REPO/assets
yarn install --network-timeout 1000000
yarn install
yarn run build
cd build