Skip to content

Commit

Permalink
Oops, fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Dec 8, 2017
1 parent 9cccde9 commit bee4baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const requestedBundleTypes = (argv.type || '')
const requestedBundleNames = (argv._[0] || '')
.split(',')
.map(type => type.toLowerCase());
const forcePrettyOutput = argv['pretty'];
const forcePrettyOutput = argv.pretty;
const syncFBSourcePath = argv['sync-fbsource'];
const syncWWWPath = argv['sync-www'];
const shouldExtractErrors = argv['extract-errors'];
Expand Down

0 comments on commit bee4baf

Please sign in to comment.