瀏覽代碼

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

KIM-JINO5 2 月之前
父節點
當前提交
1dbe835bf6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'
             }
         }