mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Oops, fix CI
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user