From 216b2e15493939ef3f597195e02ffd8881778adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Fri, 12 Jun 2026 01:34:14 +0200 Subject: [PATCH] chore: fix makefile --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 2fba093..6f7c4d8 100644 --- a/makefile +++ b/makefile @@ -2,8 +2,7 @@ help: @echo "Available commands:" - @echo " make setup - Set up the application (migrate + collectstatic)" + @echo " make setup - Set up the application (migrate + ...)" setup: /opt/uv/uv run python src/manage.py migrate - /usr/local/bin/pnpm --dir src/ install