|
@@ -29,11 +29,6 @@ echo "###--代码更新完成---------------------------------------------------
|
|
|
echo ""
|
|
|
|
|
|
# 编译
|
|
|
-echo -e "$echoPrefix cd $codePath/yvan-ext-mobile $echoSuffix"
|
|
|
-cd "$codePath/yvan-ext-mobile"
|
|
|
-echo -e "$echoPrefix yarn $echoSuffix"
|
|
|
-yarn
|
|
|
-
|
|
|
echo -e "$echoPrefix cd $codePath/wms-biz/pda-client/ $echoSuffix"
|
|
|
cd $codePath/wms-biz/pda-client/
|
|
|
echo -e "$echoPrefix yarn build $echoSuffix"
|