diff --git a/Jenkinsfile b/Jenkinsfile index 71081ae..f652abc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Install') { steps { echo 'Installing dependencies...' - sh 'npm ci' + sh 'npm ci && npm install -g wrangler' } }