mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
remove from build script (#44233)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
parent
e25860f07c
commit
9d1f951ab0
6
flow-typed/npm/commander_v12.x.x.js
vendored
6
flow-typed/npm/commander_v12.x.x.js
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
@ -54,10 +54,6 @@ const buildConfig /*: BuildConfig */ = {
|
||||
emitTypeScriptDefs: true,
|
||||
target: 'node',
|
||||
},
|
||||
helloworld: {
|
||||
emitFlowDefs: false,
|
||||
target: 'node',
|
||||
},
|
||||
'metro-config': {
|
||||
emitTypeScriptDefs: true,
|
||||
target: 'node',
|
||||
|
Loading…
Reference in New Issue
Block a user