PreBuildCommand constructor

PreBuildCommand()

Implementation

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