Add Sync to Runner

This commit is contained in:
Arbion Halili
2025-06-27 11:56:02 +01:00
parent 77546b951e
commit 3564d77e58

View File

@@ -30,6 +30,7 @@ fmt = { shell = "ruff format master worker shared engines/*", help = "Format the
lint = { shell = "ruff check --fix master worker shared engines/*", help = "Run the linter" }
test = { shell = "pytest master worker shared engines/*", help = "Run the tests" }
check = { shell = "basedpyright --project master worker shared engines/*", help = "Run type checker" }
sync = { shell = "uv sync --all-packages", help = "Sync the dependencies" }
###
# workspace configuration