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 21:44:57 +01:00
parent 8cd4c07471
commit 1f0789e8eb

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
stage('Install dependencies') {
steps {
script {
sh 'npm install && npm install --save-dev' // Install project dependencies
sh 'npm install' // Install project dependencies
}
}
}