From 1e2bbda83deb1fbd145e1e3d46e725cf2c65a0b9 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Fri, 11 Oct 2024 16:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/build-node.sh | 2 +- k8s/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"