From d233d8480b8d3f903684a665ddf06426be03a2ff Mon Sep 17 00:00:00 2001 From: LiJiLong <1711559666@qq.com> Date: Mon, 26 Jan 2026 09:50:05 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb409f3..52dbe97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,6 @@ pipeline { # 构建后端(TypeScript 编译 + Prisma Client 生成) echo "===============================构建后端...===============================" cd backend - npm install npm run prisma:generate npm run build cd ..