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

This commit is contained in:
HFO4
2022-12-19 18:22:18 +08:00
parent ca80051a89
commit 42a31f2fd1

View File

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