lib/ios/module/setup/TuistCommands.rb in shellboxCLI-0.2.0 vs lib/ios/module/setup/TuistCommands.rb in shellboxCLI-0.3.0

- old
+ new

@@ -21,7 +21,12 @@ end else puts "Navegue até o diretório do Example!".red end end + + def build + puts "Rodando " + "tuist build".magenta + system('tuist build') + end end end