Explorar el Código

修改Jenkinsfile脚本

shangke hace 2 años
padre
commit
023eda0030
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -26,7 +26,7 @@ pipeline {
             steps {
                 sh 'n exec 12.22.12 node -v'
                 sh 'n exec 12.22.12 npm install && n exec 12.22.12 npm run build'
-                sh "tar -zcf ${BUILD_FILE} dist/"
+                sh "tar -zcf ${BUILD_FILE} web/"
             }
         }