Signed-off-by: newrain001 <newrain_wang@163.com>
master
newrain001 1 year ago committed by Gitee
parent fa50ab6b89
commit fba7795fc5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      cloud/Jenkinsfile

2
cloud/Jenkinsfile vendored

@ -9,7 +9,7 @@ pipeline {
stages {
stage('前端代码打包') {
steps {
sh "cd ruoyi-ui && npm install && npm run build:prod && cp -r ruoyi-ui/dist cloud/ruoyi-nginx"
sh "cd ruoyi-ui && npm install && npm run build:prod && cp -r dist ../cloud/ruoyi-nginx"
echo "前端代码打包完成"
}
}

Loading…
Cancel
Save