Skip to content

Commit

Permalink
Removed make watch
Browse files Browse the repository at this point in the history
Signed-off-by: mohamed-ben-khemis <[email protected]>
  • Loading branch information
Mohamed-ben-khemis committed Feb 12, 2025
1 parent 5f04a46 commit 5fd2f6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions workspaces/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,4 @@ GOBIN=$(LOCALBIN) go install $${package} ;\
mv $(1) $(1)-$(3) ;\
} ;\
ln -sf $(1)-$(3) $(1)
endef

watch:
$(call check_cluster_context)
@nodemon --exec go run cmd/main.go --signal SIGTERM
endef

0 comments on commit 5fd2f6f

Please sign in to comment.