Skip to content

Commit

Permalink
chore: remove -v from building to simplify logs
Browse files Browse the repository at this point in the history
  • Loading branch information
troypoulter committed Jul 15, 2023
1 parent 2d10c4e commit e5e5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ example.basic:
go run main.go -s ./examples/basic/schema -t ./examples/basic/erd.md -o markdown

build:
go build -v -o ./bin/entmaid
go build -o ./bin/entmaid

test:
go test -v ./cmd/...

0 comments on commit e5e5694

Please sign in to comment.