diff --git a/Makefile b/Makefile index 55bb0dc2..b751621a 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ GO_VERSION=1.13 NODE_VERSION=12.14.1 -.PHONY: server -server: check_go_env data - @reflex -d none -c reflex.conf - .PHONY: dev dev: check_env data @goreman -f Procfile.dev -b 4533 start +.PHONY: server +server: check_go_env data + @reflex -d none -c reflex.conf + .PHONY: watch watch: check_go_env ginkgo watch -notify ./...