Skip to content

Commit 9d1f951

Browse files
blakeffacebook-github-bot
authored andcommitted
remove from build script (facebook#44233)
Summary: Pull Request resolved: facebook#44233 The package was added to our build scripts, but shouldn't have been. We're not exporting this package or making it public. Changelog: [Internal] This should unblock our OSS CI. Reviewed By: cipolleschi Differential Revision: D56513694 fbshipit-source-id: f37c75871253b2570fb933175165d8f0a9593a16
1 parent e25860f commit 9d1f951

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

flow-typed/npm/commander_v12.x.x.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,7 @@ declare module 'commander' {
385385
* @param opts - configuration options
386386
* @returns new command
387387
*/
388-
command(
389-
nameAndArgs: string,
390-
opts?: CommandOptions,
391-
): Command;
388+
command(nameAndArgs: string, opts?: CommandOptions): Command;
392389

393390
/**
394391
* Define a command, implemented in a separate executable file.
@@ -1000,4 +997,3 @@ declare module 'commander' {
1000997
): Argument;
1001998
declare export var program: Command;
1002999
}
1003-

scripts/build/config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ const buildConfig /*: BuildConfig */ = {
5454
emitTypeScriptDefs: true,
5555
target: 'node',
5656
},
57-
helloworld: {
58-
emitFlowDefs: false,
59-
target: 'node',
60-
},
6157
'metro-config': {
6258
emitTypeScriptDefs: true,
6359
target: 'node',

0 commit comments

Comments
 (0)