소스 검색

04hua_an_tang/01wms8-test.sh

lizw 2 년 전
부모
커밋
7b09481c82
1개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 14 14
      04hua_an_tang/01wms8-test.sh

+ 14 - 14
04hua_an_tang/01wms8-test.sh

@@ -83,20 +83,20 @@ buildCode() {
     echo "wms-biz/bundle 文件未变化"
   fi
 
-#  # 构建 wms-biz/pda-client
-#  if [ "${needBuild[0]}" != "0" ]; then
-#    echo -e "$echoPrefix cd $codePath/wms-biz/pda-client $echoSuffix"
-#    cd "$codePath/wms-biz/pda-client"
-#    echo -e "$echoPrefix yarn $echoSuffix"
-#    yarn
-#    echo -e "$echoPrefix yarn link yvan-ext-mobile $echoSuffix"
-#    yarn link yvan-ext-mobile
-#    echo -e "$echoPrefix yarn build $echoSuffix"
-#    yarn build
-#    echo ""
-#  else
-#    echo "wms-biz/pda-client 文件未变化"
-#  fi
+  # 构建 wms-biz/pda-client
+  if [ "${needBuild[0]}" != "0" ]; then
+    echo -e "$echoPrefix cd $codePath/wms-biz/pda-client $echoSuffix"
+    cd "$codePath/wms-biz/pda-client"
+    echo -e "$echoPrefix yarn $echoSuffix"
+    yarn
+    echo -e "$echoPrefix yarn link yvan-ext-mobile $echoSuffix"
+    yarn link yvan-ext-mobile
+    echo -e "$echoPrefix yarn build $echoSuffix"
+    yarn build
+    echo ""
+  else
+    echo "wms-biz/pda-client 文件未变化"
+  fi
 
   # 构建 java
   echo -e "$echoPrefix cd $codePath $echoSuffix"