From 915ba47ccc865277017e1a9011dc301dc49488d2 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Mon, 25 May 2026 02:36:38 -0700 Subject: [PATCH] update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 9090eec..a6f0786 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,7 @@ test: uv run pytest -vvv --tb=short --log-cli-level=INFO compile: - uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py --name smithycmd + uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py clean: uv run pyclean src test