This commit is contained in:
Kimsongwu
2025-04-16 11:05:21 +08:00
parent d75370ffa2
commit 4ae7b79fa5
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
stage('🛠️构建') {
steps {
withDockerContainer('node:18-alpine') {
sh 'node -V'
sh 'npm -v'
sh 'npm config set registry https://registry.npmmirror.com'
sh 'npm install'
sh 'npm build'