Skip to content

Commit

Permalink
chore(sync): 🔨 synced local 'justfile' with remote 'justfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jan 10, 2025
1 parent b4eb0c5 commit 347584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
just --list --unsorted

# Run all build-related recipes in the justfile
run-all: install-deps format-python check-python run-tests check-commits build-website
run-all: install-deps format-python check-python test-python check-commits build-website

# Install Python package dependencies
install-deps:
Expand Down

0 comments on commit 347584c

Please sign in to comment.