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" } }