🔧 chore(Makefile): update 'install_backend' target to include 'deploy' extras when installing dependencies with Poetry
This commit is contained in:
parent
a9bb04ee24
commit
861b8d048e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -42,7 +42,7 @@ frontend:
|
|||
make run_frontend
|
||||
|
||||
install_backend:
|
||||
poetry install
|
||||
poetry install --extras deploy
|
||||
|
||||
backend:
|
||||
make install_backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue