From 4b4bbfd9e36fedaae0d3c9813f9e4c5bfd28e6f6 Mon Sep 17 00:00:00 2001 From: LiJiLong <1711559666@qq.com> Date: Mon, 26 Jan 2026 09:25:29 +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 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 52dbe97..bb409f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,7 @@ pipeline { # 构建后端(TypeScript 编译 + Prisma Client 生成) echo "===============================构建后端...===============================" cd backend + npm install npm run prisma:generate npm run build cd ..