Update Jenkinsfile
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2025-04-06 22:46:31 +01:00
parent 9555ad0a2a
commit 3a2e47af42

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
stage('Build') {
steps {
sh 'npm build' // Build the project
sh 'npm run build' // Build the project
}
}