mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +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