From 25d1fa4559488524d531272726c34788325f6ca5 Mon Sep 17 00:00:00 2001 From: Kimsongwu <282741857@qq.com> Date: Wed, 16 Apr 2025 11:07:49 +0800 Subject: [PATCH] run build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 85e8252..b072056 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { sh 'npm -v' sh 'npm config set registry https://registry.npmmirror.com' sh 'npm install' - sh 'npm build' + sh 'npm run build' sh 'la -al' } }