Browse Source

build add lmis-report-system

master
lizw 4 years ago
parent
commit
5dfe4aa373
  1. 4
      build.sh

4
build.sh

@ -42,7 +42,7 @@ needBuild=(
"-1"
"-1"
"-1"
"-1"
"1"
)
echoPrefix="\033[36m+"
@ -95,7 +95,7 @@ buildCode() {
fi
# 构建 lmis-report-system/client
if [ "${needBuild[2]}" != "0" ]; then
if [ "${needBuild[6]}" != "0" ]; then
echo -e "$echoPrefix cd lmis-report-system/client $echoSuffix"
cd "$codePath/lmis-report-system/client"
echo -e "$echoPrefix yarn $echoSuffix"

Loading…
Cancel
Save