From 861b8d048e2c6092b605d386fa88283b6352b47a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 14 Aug 2023 17:05:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(Makefile):=20update=20'ins?= =?UTF-8?q?tall=5Fbackend'=20target=20to=20include=20'deploy'=20extras=20w?= =?UTF-8?q?hen=20installing=20dependencies=20with=20Poetry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff540da0d..c31595e51 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ frontend: make run_frontend install_backend: - poetry install + poetry install --extras deploy backend: make install_backend