From cabf95cce9f3074066c2b8b4f1010a2c6084595e Mon Sep 17 00:00:00 2001 From: ALEX <2604434353@qq.com> Date: Wed, 16 Jul 2025 08:55:32 +0800 Subject: [PATCH] modify the Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c2bce5..40ced27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,8 @@ pipeline { sh ''' rm -rf dist npm install - npm run build + export PATH=$PATH:./node_modules/.bin + vue-cli-service build ''' } }