backend: remove front-end build from backend.
This commit is contained in:
parent
50208b6b4a
commit
4565e142cf
@ -5,11 +5,3 @@ test:
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
yarn
|
yarn
|
||||||
$(MAKE) compile-frontent
|
|
||||||
|
|
||||||
# I'm not sure this is the best idea, let's see how this works out for us
|
|
||||||
# and then go with something better once we find pain points
|
|
||||||
.PHONY: compile-frontent
|
|
||||||
compile-frontent:
|
|
||||||
$(MAKE) -C ../frontend compile
|
|
||||||
cp -r ../frontend/static/* ./static
|
|
||||||
|
Loading…
Reference in New Issue
Block a user