Skip to content

Commit da37782

Browse files
authored
Update JenkinsFile
1 parent 62f2c5c commit da37782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
script {
1515
// Use NodeJS tool configured in Jenkins
1616
//env.PATH = "${NODE_HOME}/bin:${env.PATH}"
17-
//sh 'npm install' // Install dependencies from package.json
17+
sh 'npm install -g' // Install dependencies from package.json
1818
sh 'npx playwright install'
1919
}
2020
}

0 commit comments

Comments
 (0)