Updated mage allcommands to actually build all commands
This commit is contained in:
2
mage.go
2
mage.go
@ -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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user