Skip to content

Commit

Permalink
adding yarn setup install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marianadpereira committed Oct 25, 2024
1 parent 7061df1 commit 75e6c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ withNightlyPipeline(type, product, component) {
loadVaultSecrets(secrets)

afterAlways('build') {
sh 'yarn setup'
yarnBuilder.yarn('install-dependencies')
}

enableCrossBrowserTest()
Expand Down

0 comments on commit 75e6c2c

Please sign in to comment.