chore: fix makefile

This commit is contained in:
2026-06-12 01:34:14 +02:00
parent f5d926ae29
commit 216b2e1549
+1 -2
View File
@@ -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