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 21:56:28 +01:00
parent b849a86fc3
commit 47fc769559

2
Jenkinsfile vendored
View File

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