Skip to content

Commit 15a982c

Browse files
committed
chore: reduce verbosity in build target
I never look at all the output!
1 parent ad7c52a commit 15a982c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generate: mod-tidy
1414

1515
.PHONY: build
1616
build:
17-
goreleaser build --verbose --clean --single-target --snapshot
17+
goreleaser build --clean --single-target --snapshot
1818

1919
.PHONY: lint
2020
lint:

0 commit comments

Comments
 (0)