更新 Jenkinsfile

This commit is contained in:
LiJiLong 2026-01-26 09:25:29 +00:00
parent cafdc3921f
commit 4b4bbfd9e3

1
Jenkinsfile vendored
View File

@ -45,6 +45,7 @@ pipeline {
# 构建后端TypeScript 编译 + Prisma Client 生成)
echo "===============================构建后端...==============================="
cd backend
npm install
npm run prisma:generate
npm run build
cd ..