Revert default Makefile target

This commit is contained in:
Deluan 2020-01-19 22:48:36 -05:00
parent 2ef2377926
commit 11f6acbb63
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
GO_VERSION=1.13
NODE_VERSION=12.14.1
.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: dev
dev: check_env data
@goreman -f Procfile.dev -b 4533 start
.PHONY: watch
watch: check_go_env
ginkgo watch -notify ./...