diff --git a/Makefile b/Makefile index 9956ec4..75cb9f8 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,6 @@ run-server: $(MAKE) -C server run-loop build: - (cd client/ && yarn build) (cd client/ && yarn generate) $(MAKE) -C server build $(MAKE) -C docker build save