From 2bafe71815fc6633c3aae48fef6d0ef7c9ed5452 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Tue, 30 Jan 2024 12:39:10 +0800 Subject: [PATCH] prod-deploy-his-data.sh --- yxt-lmis-to-wms8/prod-deploy-his-data.sh | 60 ++++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/yxt-lmis-to-wms8/prod-deploy-his-data.sh b/yxt-lmis-to-wms8/prod-deploy-his-data.sh index 1954718..f0ab787 100644 --- a/yxt-lmis-to-wms8/prod-deploy-his-data.sh +++ b/yxt-lmis-to-wms8/prod-deploy-his-data.sh @@ -78,35 +78,35 @@ pullCode() { } buildCode() { - # 构建 yvan-ext - if [ "${needBuild[1]}" != "0" ]; then - echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" - cd "$codePath/yvan-ext" - echo -e "$echoPrefix yarn $echoSuffix" - yarn - echo -e "$echoPrefix yarn link $echoSuffix" - yarn link - echo -e "$echoPrefix yarn build $echoSuffix" - yarn build - echo "" - else - echo "yvan-ext 文件未变化" - fi - - # 构建 yvan-ext-mobile - if [ "${needBuild[4]}" != "0" ]; then - echo -e "$echoPrefix cd $codePath/yvan-ext-mobile $echoSuffix" - cd "$codePath/yvan-ext-mobile" - echo -e "$echoPrefix yarn $echoSuffix" - yarn - echo -e "$echoPrefix yarn link $echoSuffix" - yarn link - echo -e "$echoPrefix yarn build $echoSuffix" - yarn build - echo "" - else - echo "yvan-ext-mobile 文件未变化" - fi +# # 构建 yvan-ext +# if [ "${needBuild[1]}" != "0" ]; then +# echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" +# cd "$codePath/yvan-ext" +# echo -e "$echoPrefix yarn $echoSuffix" +# yarn +# echo -e "$echoPrefix yarn link $echoSuffix" +# yarn link +# echo -e "$echoPrefix yarn build $echoSuffix" +# yarn build +# echo "" +# else +# echo "yvan-ext 文件未变化" +# fi +# +# # 构建 yvan-ext-mobile +# if [ "${needBuild[4]}" != "0" ]; then +# echo -e "$echoPrefix cd $codePath/yvan-ext-mobile $echoSuffix" +# cd "$codePath/yvan-ext-mobile" +# echo -e "$echoPrefix yarn $echoSuffix" +# yarn +# echo -e "$echoPrefix yarn link $echoSuffix" +# yarn link +# echo -e "$echoPrefix yarn build $echoSuffix" +# yarn build +# echo "" +# else +# echo "yvan-ext-mobile 文件未变化" +# fi # 构建 wms-biz/bundle if [ "${needBuild[0]}" != "0" ]; then @@ -259,4 +259,4 @@ else fi fi -# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-lmis-to-wms8/prod-deploy-his-data.sh.sh) [cmd profiles] +# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-lmis-to-wms8/prod-deploy-his-data.sh) [cmd profiles]