Update Jenkinsfile.groovy

This commit is contained in:
fernando 2024-10-05 00:09:01 +00:00
parent feff7eb3e3
commit 21ccf34862

View File

@ -12,7 +12,7 @@ pipeline {
} }
stage('Install dependencies') { stage('Install dependencies') {
steps { steps {
sh 'npm i' sh 'pnpm i'
} }
} }
stage('Buid') { stage('Buid') {