master
Araozu 2023-10-25 21:05:36 -05:00
parent 6b87e80d35
commit 855a12e6c5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pipeline {
}
stage('Install') {
steps {
sh 'bun install -p'
sh 'bun install'
}
}
stage('Build') {