Browse Source

add pc-client Jenkinsfile

zhoucg 2 năm trước cách đây
mục cha
commit
62ca3916cd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pc-client/Jenkinsfile

+ 1 - 1
pc-client/Jenkinsfile

@@ -23,7 +23,7 @@ pipeline {
 
 		stage('构建代码') {
             steps {
-                sh 'node -v'
+                sh 'npm run build'
             }
         }