fix: install wrangler in pipeline
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -9,7 +9,7 @@ pipeline {
|
|||||||
stage('Install') {
|
stage('Install') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Installing dependencies...'
|
echo 'Installing dependencies...'
|
||||||
sh 'npm ci'
|
sh 'npm ci && npm install -g wrangler'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user