From 8ea7cee3a98f8771df7eb0c439eaa5e2bf304646 Mon Sep 17 00:00:00 2001 From: lizw Date: Wed, 29 Dec 2021 19:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=8F=82=E6=9E=97=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dsl/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/build.sh b/dsl/build.sh index e206927..659611e 100644 --- a/dsl/build.sh +++ b/dsl/build.sh @@ -30,7 +30,7 @@ echoSuffix="\033[0m" buildCode() { # 构建 yvan-ext - if [ "${needBuild[3]}" != "0" ]; then + if [ "${needBuild[1]}" != "0" ]; then echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" cd "$codePath/yvan-ext" echo -e "$echoPrefix yarn $echoSuffix" @@ -45,7 +45,7 @@ buildCode() { fi # 构建 thinkingwms-ui/client - if [ "${needBuild[1]}" != "0" ]; then + if [ "${needBuild[2]}" != "0" ]; then echo -e "$echoPrefix cd $codePath/thinkingwms-ui/client $echoSuffix" cd "$codePath/thinkingwms-ui/client" echo -e "$echoPrefix yarn $echoSuffix"