diff --git a/build.sh b/build.sh index 936241cd65..c1b727c269 100755 --- a/build.sh +++ b/build.sh @@ -442,6 +442,7 @@ function build_ui() { ui_dist="${CUSTOM_UI_DIST}" else cd "${DORIS_HOME}/ui" + "${NPM}" cache clean --force "${NPM}" install --legacy-peer-deps "${NPM}" run build fi