Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 12, 2023
1 parent 0179d5a commit 25d354a
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 @@ -5,7 +5,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh 'cd webapp && npm run build'
sh 'cd webapp && npm install && npm run build'
}
}
stage('Test') {
Expand Down

0 comments on commit 25d354a

Please sign in to comment.