diff --git a/Makefile b/Makefile index f5089025d..b6b5b04b4 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ start: $(MAKE) start-postgres $(MAKE) start-memcached $(MAKE) start-minio - $(MAKE) start-frontend + $(MAKE) compile-frontend $(MAKE) start-backend .PHONY: %-backend