npm build

This commit is contained in:
2025-01-19 23:15:44 +01:00
parent 4741ab8419
commit e4284654a1

2
Jenkinsfile vendored
View File

@@ -24,7 +24,7 @@ pipeline {
steps { steps {
script { script {
// Bouw het Quarkus-project (assumeert Maven als build tool) // Bouw het Quarkus-project (assumeert Maven als build tool)
sh 'ng build' sh 'npm run build'
} }
} }
} }