Oops, fix CI

This commit is contained in:
Dan Abramov
2017-12-08 00:41:25 +00:00
committed by GitHub
parent 9cccde927f
commit bee4baf1fd

View File

@@ -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'];