mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-17 18:06:10 +08:00
Refactor command exports to use specific command groups for app, bundle, package, user, and version modules
This commit is contained in:
@@ -908,7 +908,7 @@ function diffArgsCheck(args: string[], options: any, diffFn: string) {
|
||||
};
|
||||
}
|
||||
|
||||
export const commands = {
|
||||
export const bundleCommands = {
|
||||
bundle: async ({ options }) => {
|
||||
const platform = await getPlatform(options.platform);
|
||||
|
||||
|
Reference in New Issue
Block a user