Skip to content

Commit

Permalink
feat(cli): Set config.ci from env var
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Mar 13, 2018
1 parent 86a4d65 commit 5452293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function lernaCLI(argv, cwd) {

return globalOptions(cli)
.usage("Usage: $0 <command> [options]")
.config({ ci: isCI })
.command(addCmd)
.command(bootstrapCmd)
.command(changedCmd)
Expand Down

0 comments on commit 5452293

Please sign in to comment.