Merge remote-tracking branch 'origin/test'

This commit is contained in:
fan 2020-11-17 19:39:08 +08:00
commit eba1ad6700
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'
}