From 407c7eba4308cb09b9f05907f987d55a2f4ee177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Sat, 7 Sep 2024 11:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jenkinfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e8340b93f..786654e3a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { sh "npm config set registry https://registry.npmmirror.com" sh "npm install -g pnpm" sh "pnpm install" - sh "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test" + sh "npm run build:test" } }