Disable .strict() on all tsx yargs scripts
Summary: Some internal jobs started to fail in the same way as GH did. Applied the same patch as in the parent diff. I suspect the cause is an earlier update of node / bash / other dep? Couldn't really find anything clearly pointing at the problem Reviewed By: aigoncharov Differential Revision: D35212673 fbshipit-source-id: c09956137a4b10537718ffa60223cc4e557f41f7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
360c52c67c
commit
5b19b378f6
@@ -100,7 +100,6 @@ const argv = yargs
|
||||
},
|
||||
})
|
||||
.help()
|
||||
.strict()
|
||||
.check((argv) => {
|
||||
const targetSpecified =
|
||||
argv.mac ||
|
||||
|
||||
Reference in New Issue
Block a user