Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iprime2 authored Apr 30, 2024
1 parent 7a6d5d7 commit 81dba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
}
}

stage('Build') {
stage('Install pnpm') {
steps {
sh 'npm i -g pnpm'
}
Expand Down

0 comments on commit 81dba0c

Please sign in to comment.