modify the Jenkinsfile

This commit is contained in:
2025-07-16 09:50:08 +08:00
parent 286fc38c4c
commit 13acf409a2

2
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
stage('Install & Build') {
steps {
dir('alex-ui') {
sh '''
rm -rf dist
npm install --legacy-peer-deps
@ -25,6 +26,7 @@ pipeline {
'''
}
}
}
stage('Deploy') {
steps {