kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 21:13:16 +02:00
parent e7e0342aeb
commit 38fd7da3e6
3 changed files with 77 additions and 2 deletions

View file

@ -28,7 +28,7 @@ serve:
uvicorn web.api:app --host 0.0.0.0 --port 8000
test:
pytest tests/
python3.11 -m pytest tests/
cd $(FRONTEND_DIR) && npm run test
deploy: build-frontend