更新 Jenkinsfile
This commit is contained in:
parent
1c0aae463a
commit
9bd6bfde80
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -71,12 +71,11 @@ pipeline {
|
|||||||
cp backend/package.json build-output/backend/
|
cp backend/package.json build-output/backend/
|
||||||
# cp backend/package-lock.json build-output/backend/
|
# cp backend/package-lock.json build-output/backend/
|
||||||
|
|
||||||
# 复制 shared 包和 Docker 配置
|
# 复制 shared
|
||||||
if [ -d shared ]; then
|
cp -r shared/* build-output/shared/
|
||||||
cp -r shared/* build-output/
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp package.json build-output/
|
|
||||||
|
cp package.json build-output/package.json
|
||||||
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user