Scripts distintos para prod

This commit is contained in:
2026-05-11 12:51:13 +02:00
parent 9e6877c329
commit 44bbc8f17c
8 changed files with 9 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ pipeline {
stage("🧱 Building") {
steps {
sh 'rm -rf dist/'
sh 'yarn run build'
sh 'yarn run build:prod'
}
}
stage("🏗 Deploying") {