diff --git a/k8s/build-node.sh b/k8s/build-node.sh index b406531d..9ca8a85b 100755 --- a/k8s/build-node.sh +++ b/k8s/build-node.sh @@ -4,7 +4,7 @@ baseDir="/home/somuns/ci4s" cd ${baseDir}/react-ui npm install -g npm@10.9.0 - npm install +npm install if [ $? -ne 0 ]; then echo "Failed to install npm depend package" diff --git a/k8s/build.sh b/k8s/build.sh index ed30e9f1..a0a3adee 100755 --- a/k8s/build.sh +++ b/k8s/build.sh @@ -139,7 +139,7 @@ fi if [ "$service" == "all" ]; then # 编译前端 - compile_front +# compile_front # 编译java compile_java "all"