代码调整

This commit is contained in:
joylink_cuiweidong 2020-09-25 19:03:58 +08:00
parent 7e05e83bc2
commit 47328af26b

View File

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