Skip to content

Commit

Permalink
fix: timeout while fetching yarn pkgs in building docker image action
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Dec 19, 2022
1 parent ca80051 commit 42a31f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ buildAssets() {

cd $REPO/assets

yarn install --network-timeout 1000000
yarn install
yarn run build
cd build
Expand Down

0 comments on commit 42a31f2

Please sign in to comment.