Skip to content

Commit a21a663

Browse files
authored
Remove --ignore-scripts flag from yarn because it is not supported anymore
1 parent 629a1c3 commit a21a663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/deployment.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ node('built-in') {
6565
sh 'node -v'
6666
sh 'npm -v'
6767
sh 'npm install -g yarn'
68-
sh 'yarn --ignore-scripts'
68+
sh 'yarn'
6969
}
7070
} catch (e) {
7171
wireSend secret: "$jenkinsbot_secret", message: "**Could not get build artifacts of ${version} from ${projectName}** see: ${JOB_URL}"

0 commit comments

Comments
 (0)