From 301f0cba53c0104dc57f7ef103e7ff22c4eba2f2 Mon Sep 17 00:00:00 2001 From: andreymal Date: Tue, 26 Dec 2023 14:03:09 +0300 Subject: [PATCH] Fix make develop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a8b50b6..4f4bda1c 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ install: clean develop: $(POETRY) install - pybabel compile -d mini_fiction/translations + $(POETRY) run pybabel compile -d mini_fiction/translations cd frontend && $(YARN) cd frontend && $(YARN) webpack