From d3ac2bcabe992aefa1f86b766946d823d2c21944 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Mon, 4 Nov 2024 16:47:10 +0000 Subject: [PATCH] chore(sync): :hammer: synced local 'justfile' with remote 'justfile' --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 90687a1be..0d0672305 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,8 @@ @_default: just --list --unsorted +run-all: install-deps format-python check-python run-tests + # Generate SVG images from all PlantUML files generate-puml-all: docker run --rm -v $(pwd):/puml -w /puml ghcr.io/plantuml/plantuml:latest -tsvg "**/*.puml" @@ -55,9 +57,10 @@ reset-local: rm persistent_storage/raw/*.csv # Build the documentation website using Quarto -build-website: +build-website: install-deps # To let Quarto know where python is. export QUARTO_PYTHON=.venv/bin/python3 + poetry run quartodoc build poetry run quarto render --execute check-commit: