chore: fix makefile

This commit is contained in:
Loïc Gremaud 2026-06-12 01:34:14 +02:00
parent f5d926ae29
commit 216b2e1549
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -2,8 +2,7 @@
help: help:
@echo "Available commands:" @echo "Available commands:"
@echo " make setup - Set up the application (migrate + collectstatic)" @echo " make setup - Set up the application (migrate + ...)"
setup: setup:
/opt/uv/uv run python src/manage.py migrate /opt/uv/uv run python src/manage.py migrate
/usr/local/bin/pnpm --dir src/ install