Skip to content

Commit

Permalink
Fix make develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Dec 26, 2023
1 parent f4759d8 commit 301f0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 301f0cb

Please sign in to comment.