From a14eeee481b6f50ebfb76644c591215a1d810381 Mon Sep 17 00:00:00 2001 From: Kevin Joiner <10265309+KevinJoiner@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:29:11 -0400 Subject: [PATCH] Remove build from make migrate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37e89b3..b2f5b3e 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ lint: format: @golangci-lint run --fix -migration: build +migration: migration -output=./pkg/migrations -package=migrations -filename="${name}" tools-golangci-lint: