From 4135f11434bb1856d9f7fa328227138528e4a539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Fri, 6 Sep 2024 21:09:21 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a03bf62b6..78d844be5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,7 @@ pipeline { sh "npm config set registry https://registry.npmmirror.com" sh "npm install -g pnpm" sh "pnpm install" + sh "npm install -g vite" sh "vite --mode env.test" } }