diff --git a/Taskfile.yaml b/Taskfile.yaml index 2d5462a63ea12468bbaa574454038eb105146867..e20177a86873cba8b685675032da6b1f65282e1b 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -45,7 +45,7 @@ tasks: vars: LDFLAGS: '{{if .VERSION}}-ldflags="-X github.com/charmbracelet/crush/internal/version.Version={{.VERSION}}"{{end}}' cmds: - - "go build {{if .RACE}}-race{{end}} {{.LDFLAGS}} ." + - "go build -v {{if .RACE}}-race{{end}} {{.LDFLAGS}} ." sources: - ./**/*.go - go.mod