Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
naveensrinivasan and coderabbitai[bot] authored Nov 15, 2024
1 parent 7fa336d commit d547783
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 @@ -40,6 +40,6 @@ check-wire:
wire: check-wire
cd cmd/server && wire || { echo "Wire generation failed in cmd/server"; exit 1; }

all: build test docker-build go-mod-tidy git-porcelain wire
all: wire build test docker-build go-mod-tidy git-porcelain

.PHONY: test test-e2e build clean clean-redis docker-up docker-down docker-logs docker-build all wire

0 comments on commit d547783

Please sign in to comment.