Added more debugging
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:09:54 +01:00
parent 2a04f77f73
commit dc17274737

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
sh 'ls ./node_modules && npm ls vite && npm run build' // Build the project sh 'ls ./node_modules && ls ./node_modules/@vitejs && npm ls vite && npm run build' // Build the project
} }
} }