Skip to content

Commit

Permalink
remove from build script (facebook#44233)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
blakef authored and facebook-github-bot committed Apr 24, 2024
1 parent e25860f commit 9d1f951
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions flow-typed/npm/commander_v12.x.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -1000,4 +997,3 @@ declare module 'commander' {
): Argument;
declare export var program: Command;
}

4 changes: 0 additions & 4 deletions scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ const buildConfig /*: BuildConfig */ = {
emitTypeScriptDefs: true,
target: 'node',
},
helloworld: {
emitFlowDefs: false,
target: 'node',
},
'metro-config': {
emitTypeScriptDefs: true,
target: 'node',
Expand Down

0 comments on commit 9d1f951

Please sign in to comment.