Skip to content

Commit

Permalink
Evergreen builds by default (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler authored Jul 24, 2018
1 parent f1acb91 commit 4343a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const command: Command = {
options('legacy', {
describe: 'build app with legacy browser support',
alias: 'l',
default: true,
default: false,
type: 'boolean'
});
},
Expand Down

0 comments on commit 4343a09

Please sign in to comment.