diff --git a/build.sh b/build.sh index ab73ca9..3f57f7d 100644 --- a/build.sh +++ b/build.sh @@ -42,7 +42,7 @@ needBuild=( "-1" "-1" "-1" -"-1" +"1" ) echoPrefix="\033[36m+" @@ -95,7 +95,7 @@ buildCode() { fi # 构建 lmis-report-system/client - if [ "${needBuild[2]}" != "0" ]; then + if [ "${needBuild[6]}" != "0" ]; then echo -e "$echoPrefix cd lmis-report-system/client $echoSuffix" cd "$codePath/lmis-report-system/client" echo -e "$echoPrefix yarn $echoSuffix"