소스 검색

add pc-client Jenkinsfile

zhoucg 2 년 전
부모
커밋
62ca3916cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
             }
         }