diff --git a/template/justfile b/template/justfile index f1842f8..6747e7e 100644 --- a/template/justfile +++ b/template/justfile @@ -2,7 +2,8 @@ just --list --unsorted # Run all build-related recipes in the justfile -run-all: install-deps format-python check-python check-spelling check-commits +run-all: install-deps format-python check-python check-spelling check-commits build + # Install the pre-commit hooks install-precommit: @@ -41,3 +42,7 @@ check-commits: # Check for spelling errors in files check-spelling: uv run typos + +# Re-build the data package +build: + uv run main.py