Skip to content

Commit

Permalink
Add vendor command to build target
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianMeersman committed Sep 3, 2024
1 parent 9525f44 commit b72f7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run: build

build: test
go mod tidy
go mod vendor
go generate ./...
go build -mod vendor -o bin/supermake

Expand Down

0 comments on commit b72f7cb

Please sign in to comment.