We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4607b4b commit c396650Copy full SHA for c396650
template/justfile
@@ -2,7 +2,8 @@
2
just --list --unsorted
3
4
# Run all build-related recipes in the justfile
5
-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
6
+
7
8
# Install the pre-commit hooks
9
install-precommit:
@@ -41,3 +42,7 @@ check-commits:
41
42
# Check for spelling errors in files
43
check-spelling:
44
uv run typos
45
46
+# Re-build the data package
47
+build:
48
+ uv run main.py
0 commit comments