|
@@ -72,28 +72,15 @@ pullCode() {
|
|
|
buildCode() {
|
|
|
# 构建 wms-ui-pc
|
|
|
if [ "${needBuild[1]}" != "0" ]; then
|
|
|
- echo -e "$echoPrefix cd $codePath/wms-ui-pc $echoSuffix"
|
|
|
- cd "$codePath/wms-ui-pc"
|
|
|
+ echo -e "$echoPrefix cd $codePath/wms-modules/wms-ui-config-center $echoSuffix"
|
|
|
+ cd "$codePath/wms-modules/wms-ui-config-center"
|
|
|
echo -e "$echoPrefix yarn $echoSuffix"
|
|
|
yarn
|
|
|
echo -e "$echoPrefix yarn link yvan-vue $echoSuffix"
|
|
|
yarn link yvan-vue
|
|
|
echo ""
|
|
|
else
|
|
|
- echo "wms-ui-pc 文件未变化"
|
|
|
- fi
|
|
|
-
|
|
|
- # 构建 wms-ui-mobile
|
|
|
- if [ "${needBuild[2]}" != "0" ]; then
|
|
|
- echo -e "$echoPrefix cd $codePath/wms-ui-mobile $echoSuffix"
|
|
|
- cd "$codePath/wms-ui-mobile"
|
|
|
- echo -e "$echoPrefix yarn $echoSuffix"
|
|
|
- yarn
|
|
|
- echo -e "$echoPrefix yarn link yvan-vue-mobile $echoSuffix"
|
|
|
- yarn link yvan-vue-mobile
|
|
|
- echo ""
|
|
|
- else
|
|
|
- echo "wms-ui-mobile 文件未变化"
|
|
|
+ echo "wms-ui-config-center 文件未变化"
|
|
|
fi
|
|
|
|
|
|
# 构建 java
|