|
@@ -29,10 +29,7 @@ echo "###--代码更新完成---------------------------------------------------
|
|
|
echo ""
|
|
|
|
|
|
# 编译
|
|
|
-echo -e "$echoPrefix cd $codePath/yvan-ext-mobile $echoSuffix"
|
|
|
-cd "$codePath/yvan-ext-mobile"
|
|
|
-echo -e "$echoPrefix yarn $echoSuffix"
|
|
|
-yarn
|
|
|
+bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
|
|
|
|
|
|
echo -e "$echoPrefix cd $codePath/wms-biz/pda-client/ $echoSuffix"
|
|
|
cd $codePath/wms-biz/pda-client/
|