diff --git a/Jenkinsfile b/Jenkinsfile index 18e3dc3..f8a4da3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { steps { script { // Bouw het Quarkus-project (assumeert Maven als build tool) - sh 'ng build' + sh 'npm run build' } } }