diff --git a/Jenkinsfile b/Jenkinsfile index 95d3fce..2749409 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } }