Updated mage allcommands to actually build all commands

This commit is contained in:
Gregory Rudolph
2019-10-08 10:16:40 -04:00
parent 0599824933
commit cae7510efd

View File

@ -28,5 +28,5 @@ func BuildAutoReact() {
// Build kbtui with all Commands and TypeCommands enabled. // Build kbtui with all Commands and TypeCommands enabled.
func BuildAllCommands() { func BuildAllCommands() {
sh.Run("go", "build", "-tags", "type_commands") sh.Run("go", "build", "-tags", "type_commands,allcommands")
} }