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