Przeglądaj źródła

add pc-client Jenkinsfile

zhoucg 2 lat temu
rodzic
commit
62ca3916cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
             }
         }