Files
linkding/Makefile
Sascha Ißbrücker 7d4e65976f Run tests in parallel
2024-08-29 22:45:43 +02:00

16 lines
196 B
Makefile

.PHONY: serve
serve:
python manage.py runserver
tasks:
python manage.py process_tasks
test:
pytest -n auto
format:
black bookmarks
black siteroot
npx prettier bookmarks/frontend --write