Browse Source

02zhongtongfu/01wms8-test.sh

master
lizw 3 years ago
parent
commit
34358a63a1
  1. 28
      02zhongtongfu/01wms8-test.sh

28
02zhongtongfu/01wms8-test.sh

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

Loading…
Cancel
Save