Update clinic/service/Jenkinsfile.Web
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user