|
|
@ -29,11 +29,6 @@ echo "###--代码更新完成--------------------------------------------------- |
|
|
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" |
|
|
echo -e "$echoPrefix cd $codePath/wms-biz/pda-client/ $echoSuffix" |
|
|
cd $codePath/wms-biz/pda-client/ |
|
|
cd $codePath/wms-biz/pda-client/ |
|
|
echo -e "$echoPrefix yarn build $echoSuffix" |
|
|
echo -e "$echoPrefix yarn build $echoSuffix" |
|
|
|