From d57db59ca05351386b635c2b83c3268a8849a138 Mon Sep 17 00:00:00 2001 From: Kimsongwu <282741857@qq.com> Date: Wed, 16 Apr 2025 11:09:30 +0800 Subject: [PATCH] fixed wrong command --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b072056..40c4160 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { sh 'npm config set registry https://registry.npmmirror.com' sh 'npm install' sh 'npm run build' - sh 'la -al' + sh 'ls -al' } } }