Explorar el Código

Update 'Jenkinsfile'

관리자 hace 2 meses
padre
commit
d8fcc4ca1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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