ソースを参照

修改Jenkinsfile脚本

shangke 2 年 前
コミット
023eda0030
1 ファイル変更1 行追加1 行削除
  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/"
             }
         }