mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
install ui
dependencies
This commit is contained in:
parent
78fd0dc826
commit
464f967c72
6
Makefile
6
Makefile
@ -25,9 +25,13 @@ install-cloudapi-graphql:
|
|||||||
install-frontend:
|
install-frontend:
|
||||||
$(MAKE) -C frontend install
|
$(MAKE) -C frontend install
|
||||||
|
|
||||||
|
.PHONY: install-ui
|
||||||
|
install-backend:
|
||||||
|
$(MAKE) -C ui install
|
||||||
|
|
||||||
.PHONY: install-backend
|
.PHONY: install-backend
|
||||||
install-backend:
|
install-backend:
|
||||||
$(MAKE) -C backend install
|
$(MAKE) -C backend install
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: install-cloudapi-graphql install-frontend install-backend
|
install: install-cloudapi-graphql install-frontend install-backend install-ui
|
||||||
|
Loading…
Reference in New Issue
Block a user