修改Jenkins打包部署
This commit is contained in:
parent
99987510ad
commit
61b6666bdc
@ -12,7 +12,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'npm install'
|
||||
sh 'npm run test'
|
||||
sh 'npm run build'
|
||||
}
|
||||
}
|
||||
stage('Publish') {
|
||||
|
Reference in New Issue
Block a user