jenkins调整

This commit is contained in:
fan 2020-11-17 19:38:41 +08:00
parent 6bd3f751c8
commit 34775ad690
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ pipeline {
nodejs 'nodejs-10'
}
steps {
sh 'npm update'
sh 'npm install'
sh 'npm run build'
}

View File

@ -11,7 +11,6 @@ pipeline {
nodejs 'nodejs-10'
}
steps {
sh 'npm update'
sh 'npm install'
sh 'npm run test'
}