Skip to content

Commit

Permalink
Remove build from make migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Jun 24, 2024
1 parent 5cecf97 commit a14eeee
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 @@ -49,7 +49,7 @@ lint:
format:
@golangci-lint run --fix

migration: build
migration:
migration -output=./pkg/migrations -package=migrations -filename="${name}"

tools-golangci-lint:
Expand Down

0 comments on commit a14eeee

Please sign in to comment.