@@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
- sh 'npm install'
+ sh 'npm install --registry https://registry.npm.taobao.org'
sh 'npm run build:prod'
}