Install vite again
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:04:58 +01:00
parent 6019baad49
commit 72d1a47ad0

2
Jenkinsfile vendored
View File

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