Skip to content

Commit

Permalink
ci: added target make kill
Browse files Browse the repository at this point in the history
  • Loading branch information
gbassisp committed Nov 23, 2023
1 parent 9a50548 commit 75e35ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ dry-run:
@echo "Running dry-run..."
$(DART_CMD) pub publish --dry-run

.PHONY: kill
kill:
@echo "Killing service..."
@kill -9 $(shell lsof -t -i:8181) || echo "Port 8181 is not in use"

.PHONY: test
test:
Expand Down

0 comments on commit 75e35ff

Please sign in to comment.