Problema de despliegue

This commit is contained in:
2026-02-11 13:29:46 +01:00
parent 05ea4e76cc
commit 4d778e96ea

View File

@@ -22,6 +22,7 @@ pipeline {
}
stage("🧱 Building") {
steps {
sh 'rm -rf dist/'
sh 'yarn run build'
}
}