diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 9df9237..375bb10 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -13,7 +13,7 @@ pipeline { } stage('Install') { steps { - sh 'bun install -p' + sh 'bun install' } } stage('Build') {