PreBuildCommand constructor
PreBuildCommand()
Implementation
PreBuildCommand() {
addSubcommand(PreBuildAndroidCommand());
addSubcommand(PreBuildIosCommand());
}
PreBuildCommand() {
addSubcommand(PreBuildAndroidCommand());
addSubcommand(PreBuildIosCommand());
}