build(Makefile): ensure frontend compilation is done before starting backend
This commit is contained in:
parent
891a6e7c64
commit
b844e3028c
2
Makefile
2
Makefile
@ -96,7 +96,7 @@ start:
|
|||||||
$(MAKE) start-postgres
|
$(MAKE) start-postgres
|
||||||
$(MAKE) start-memcached
|
$(MAKE) start-memcached
|
||||||
$(MAKE) start-minio
|
$(MAKE) start-minio
|
||||||
$(MAKE) start-frontend
|
$(MAKE) compile-frontend
|
||||||
$(MAKE) start-backend
|
$(MAKE) start-backend
|
||||||
|
|
||||||
.PHONY: %-backend
|
.PHONY: %-backend
|
||||||
|
|||||||
Reference in New Issue
Block a user