Skip to content

Commit

Permalink
sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Olorunfemi Kawonise authored and Olorunfemi Kawonise committed Jul 4, 2023
1 parent 7ca2ee5 commit 6403a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileScripted
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node
stage("Build")
{
nodejs(nodeJSInstallationName: 'nodejs20.3.1') {
sh 'npm install'
sh 'npm install --verbose'
}
}

Expand Down

0 comments on commit 6403a5e

Please sign in to comment.