1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-17 18:06:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Refactor command exports to use specific command groups for app, bundle, package, user, and version modules

This commit is contained in:
sunnylqm
2025-06-23 11:30:36 +08:00
parent 2cfe451db5
commit 91a602979d
6 changed files with 15 additions and 10 deletions

View File

@@ -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);