fix: timeout while fetching yarn pkgs in building docker image action
This commit is contained in:
parent
ca80051a89
commit
42a31f2fd1
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -28,6 +28,7 @@ buildAssets() {
|
|||
|
||||
cd $REPO/assets
|
||||
|
||||
yarn install --network-timeout 1000000
|
||||
yarn install
|
||||
yarn run build
|
||||
cd build
|
||||
|
|
Loading…
Add table
Reference in a new issue