Selaa lähdekoodia

大参林-哈尔滨

lizw 11 kuukautta sitten
vanhempi
commit
d3ccd9475b
1 muutettua tiedostoa jossa 29 lisäystä ja 29 poistoa
  1. 29 29
      hua_wei_yun/13haerbing-test_build.sh

+ 29 - 29
hua_wei_yun/13haerbing-test_build.sh

@@ -85,35 +85,35 @@ echo "###--代码更新完成---------------------------------------------------
 echo ""
 
 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[1]}" != "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[1]}" != "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
 
   # 构建 thinkingwms-ui/client
   if [ "${needBuild[2]}" != "0" ]; then