Skip to content

Commit

Permalink
fix: make run/live ignores all gen and mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed May 15, 2024
1 parent c020bdb commit 30dd9e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ run/live:
--pattern '**/*.go' \
--pattern '**/*.yaml' \
--pattern '**/*.tmpl' \
--ignore 'internal/api/gen/*.gen.go' \
--ignore '**/*.gen.go' \
--ignore '**/mocks/*' \
-- make run

0 comments on commit 30dd9e2

Please sign in to comment.