diff --git a/Makefile b/Makefile index 57ec3b6..3b2fa45 100644 --- a/Makefile +++ b/Makefile @@ -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: