Skip to content

Commit

Permalink
chore(hubble): 10min for building yarn env (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon824 authored Sep 17, 2023
1 parent 0aadaa3 commit aa5f739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugegraph-hubble/hubble-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<echo file="${top.level.dir}/dist.sh">
cd ${hubble-fe.dir} || exit 1
export CI=false
yarn install &amp;&amp; yarn build || exit 1
yarn install --network-timeout 600000 &amp;&amp; yarn build || exit 1
echo -e "Hubble-FE build successfully.\n"

cd ${top.level.dir} &amp;&amp; pwd
Expand Down

0 comments on commit aa5f739

Please sign in to comment.