From b27fc457082c35fd88babd3dabd59d14aefaa998 Mon Sep 17 00:00:00 2001 From: lizw Date: Wed, 29 Dec 2021 19:40:30 +0800 Subject: [PATCH] =?UTF-8?q?wms8=20=E6=9C=8D=E5=8A=A1=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms8/build.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/wms8/build.sh b/wms8/build.sh index f9c248d..ed9d2d8 100644 --- a/wms8/build.sh +++ b/wms8/build.sh @@ -95,10 +95,10 @@ buildCode() { echo "yvan-ext 文件未变化" fi - # 构建 thinkingwms-ui/client - if [ "${needBuild[2]}" != "0" ]; then - echo -e "$echoPrefix cd $codePath/thinkingwms-ui/client $echoSuffix" - cd "$codePath/thinkingwms-ui/client" + # 构建 wms-biz/bundle + if [ "${needBuild[0]}" != "0" ]; then + echo -e "$echoPrefix cd $codePath/wms-biz/bundle $echoSuffix" + cd "$codePath/wms-biz/bundle" echo -e "$echoPrefix yarn $echoSuffix" yarn echo -e "$echoPrefix yarn link yvan-ext $echoSuffix" @@ -107,7 +107,7 @@ buildCode() { yarn build echo "" else - echo "thinkingwms-ui 文件未变化" + echo "wms-biz/bundle 文件未变化" fi # 构建 java @@ -118,9 +118,9 @@ buildCode() { echo "" } -buildCode -echo "###--代码构建完成--------------------------------------------------------------------------###" -echo "" +#buildCode +#echo "###--代码构建完成--------------------------------------------------------------------------###" +#echo "" logPath=/data3/thinkingwms_nohup.log dirPath=/data3/yvan-framework/thinkingwms-ui/thinkingwms-backend/build/libs/ @@ -167,5 +167,5 @@ JAVA_OPTS_EXT=" -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dappli #fi #startServer -# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/build.sh) +# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/wms8/build.sh)