Skip to content

Commit

Permalink
Merge pull request #3577 from brave/fix-fs-events-error
Browse files Browse the repository at this point in the history
Don't install optional npm packages on macOS for CI runs
  • Loading branch information
bsclifton authored Mar 5, 2019
2 parents fcecb26 + e2548d4 commit 730ee88
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 @@ -223,7 +223,7 @@ pipeline {
}
stage("install") {
steps {
sh "npm install"
sh "npm install --no-optional"
}
}
stage("init") {
Expand Down

0 comments on commit 730ee88

Please sign in to comment.