fixed wrong command

This commit is contained in:
Kimsongwu
2025-04-16 11:09:30 +08:00
parent 25d1fa4559
commit d57db59ca0
Vendored
+1 -1
View File
@@ -21,7 +21,7 @@ pipeline {
sh 'npm config set registry https://registry.npmmirror.com' sh 'npm config set registry https://registry.npmmirror.com'
sh 'npm install' sh 'npm install'
sh 'npm run build' sh 'npm run build'
sh 'la -al' sh 'ls -al'
} }
} }
} }