chore: fix makefile
This commit is contained in:
parent
f5d926ae29
commit
216b2e1549
3
makefile
3
makefile
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user