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:30:33 +01:00
parent b88ff3a16a
commit e0f2ab6168

2
Jenkinsfile vendored
View File

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