diff --git a/flow-typed/npm/commander_v12.x.x.js b/flow-typed/npm/commander_v12.x.x.js index 05b63e620be2ed..03cf1e041c4288 100644 --- a/flow-typed/npm/commander_v12.x.x.js +++ b/flow-typed/npm/commander_v12.x.x.js @@ -385,10 +385,7 @@ declare module 'commander' { * @param opts - configuration options * @returns new command */ - command( - nameAndArgs: string, - opts?: CommandOptions, - ): Command; + command(nameAndArgs: string, opts?: CommandOptions): Command; /** * Define a command, implemented in a separate executable file. @@ -1000,4 +997,3 @@ declare module 'commander' { ): Argument; declare export var program: Command; } - diff --git a/scripts/build/config.js b/scripts/build/config.js index ed154793ae53ec..e889eb4d1b7986 100644 --- a/scripts/build/config.js +++ b/scripts/build/config.js @@ -54,10 +54,6 @@ const buildConfig /*: BuildConfig */ = { emitTypeScriptDefs: true, target: 'node', }, - helloworld: { - emitFlowDefs: false, - target: 'node', - }, 'metro-config': { emitTypeScriptDefs: true, target: 'node',