|
@@ -93,8 +93,8 @@ buildCode() {
|
|
|
cd "$codePath/wms-ui-mobile"
|
|
|
echo -e "$echoPrefix yarn $echoSuffix"
|
|
|
yarn
|
|
|
- echo -e "$echoPrefix link yvan-vue-mobile $echoSuffix"
|
|
|
- link yvan-vue-mobile
|
|
|
+ echo -e "$echoPrefix yarn link yvan-vue-mobile $echoSuffix"
|
|
|
+ yarn link yvan-vue-mobile
|
|
|
echo ""
|
|
|
else
|
|
|
echo "wms-ui-mobile 文件未变化"
|