Update clinic/service/Jenkinsfile.Web

This commit is contained in:
2025-03-29 04:33:45 +08:00
parent 1321c12dca
commit 3338b6de79

View File

@@ -60,6 +60,7 @@ pipeline {
stage('Install & Build') {
steps {
script {
sh "cp production.env .env || exit 1"
sh "npm install || exit 1"
sh "npm run build || exit 1"