From 9bd6bfde80b6b85e5e719c26b10951cc767a9591 Mon Sep 17 00:00:00 2001 From: LiJiLong <1711559666@qq.com> Date: Mon, 26 Jan 2026 11:23:06 +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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a137b24..67d218f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,12 +71,11 @@ pipeline { cp backend/package.json build-output/backend/ # cp backend/package-lock.json build-output/backend/ - # 复制 shared 包和 Docker 配置 - if [ -d shared ]; then - cp -r shared/* build-output/ - fi + # 复制 shared + cp -r shared/* build-output/shared/ - cp package.json build-output/ + + cp package.json build-output/package.json ''' }