run build

This commit is contained in:
Kimsongwu
2025-04-16 11:07:49 +08:00
parent 4ae7b79fa5
commit 25d1fa4559
Vendored
+1 -1
View File
@@ -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'
}
}