瀏覽代碼

修改jenkinsfile

林倩 3 年之前
父節點
當前提交
0038aab1b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -24,7 +24,7 @@ pipeline {
                     sh """rm -fr dist"""
                     color.PrintMes('执行npm打包','green')
                     //标准的打包命令.如有需要添加安装ui组件,请直接在对应位置(一般在node-sass 那加 && npm install 包名)
-                    build.Build('npm','rm -f package-lock.json && npm install && npm install node-sass && npm install xe-utils@3 vxe-table@3 && npm run build','master')
+                    build.Build('npm','rm -f package-lock.json && npm install && npm install node-sass && npm run build','master')
                 }
             }
         }