diff --git a/.mise.toml b/.mise.toml index 2c9ca19..19f24a1 100644 --- a/.mise.toml +++ b/.mise.toml @@ -3,3 +3,9 @@ go = "latest" gofumpt = "latest" goreleaser = "latest" + +[tasks.build] +description = "Build binary" +sources = ["**/*.go", "go.mod", "go.sum"] +outputs = ["mtg"] +run = "go build"