Prechádzať zdrojové kódy

Update 'Jenkinsfile'

관리자 2 mesiacov pred
rodič
commit
d8fcc4ca1c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -6,7 +6,7 @@ pipeline {
     stages {
     stages {
         stage('Build') {
         stage('Build') {
             steps {
             steps {
-                sh 'npm ci'
+                sh 'npm install'
                 sh 'npm run build'
                 sh 'npm run build'
             }
             }
         }
         }