|
|
@ -30,7 +30,7 @@ echoSuffix="\033[0m" |
|
|
|
|
|
|
|
|
buildCode() { |
|
|
buildCode() { |
|
|
# 构建 yvan-ext |
|
|
# 构建 yvan-ext |
|
|
if [ "${needBuild[3]}" != "0" ]; then |
|
|
if [ "${needBuild[1]}" != "0" ]; then |
|
|
echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" |
|
|
echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" |
|
|
cd "$codePath/yvan-ext" |
|
|
cd "$codePath/yvan-ext" |
|
|
echo -e "$echoPrefix yarn $echoSuffix" |
|
|
echo -e "$echoPrefix yarn $echoSuffix" |
|
|
@ -45,7 +45,7 @@ buildCode() { |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# 构建 thinkingwms-ui/client |
|
|
# 构建 thinkingwms-ui/client |
|
|
if [ "${needBuild[1]}" != "0" ]; then |
|
|
if [ "${needBuild[2]}" != "0" ]; then |
|
|
echo -e "$echoPrefix cd $codePath/thinkingwms-ui/client $echoSuffix" |
|
|
echo -e "$echoPrefix cd $codePath/thinkingwms-ui/client $echoSuffix" |
|
|
cd "$codePath/thinkingwms-ui/client" |
|
|
cd "$codePath/thinkingwms-ui/client" |
|
|
echo -e "$echoPrefix yarn $echoSuffix" |
|
|
echo -e "$echoPrefix yarn $echoSuffix" |
|
|
|