Update Makefile to improve setup process
This commit is contained in:
parent
59d093029d
commit
411906f4a8
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -130,8 +130,9 @@ frontendc:
|
|||
make run_frontend
|
||||
|
||||
install_backend:
|
||||
@echo 'Installing backend dependencies'
|
||||
@echo 'Setting up the environment'
|
||||
@make setup_env
|
||||
@echo 'Installing backend dependencies'
|
||||
@poetry install --extras deploy
|
||||
|
||||
backend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue