Created deployment

This commit is contained in:
2026-02-11 17:59:46 +01:00
parent 43cef09f89
commit 669abd3c43
2 changed files with 1 additions and 4 deletions

View File

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