Explorar el Código

Merge branch 'main' of ssh://git.web.or.kr:9981/admin/bitforum-frontend

KIM-JINO5 hace 2 meses
padre
commit
1dbe835bf6
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'
             }
         }