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 8a643bb commit ecbad3e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ pipeline {
}
}
steps {
sh 'npm ci'
sh 'npm run build'
sh 'npm i -g pnpm'
sh 'pnpm ci'
sh 'pnpm run build'
}
}

Expand All @@ -89,8 +90,9 @@ pipeline {
}
}
steps {
sh 'npm ci'
sh 'npm run build'
sh 'npm i -g pnpm'
sh 'pnpm ci'
sh 'pnpm run build'
}
}
}
Expand Down

0 comments on commit ecbad3e

Please sign in to comment.