This commit is contained in:
2026-05-13 11:13:04 +02:00
parent 4bd7912a33
commit d907962680

View File

@@ -19,6 +19,7 @@ pipeline {
}
stage("🧱 Building") {
steps {
sh 'rm -rf ./dist'
sh 'npm run build:esbuild'
}
}