From cc3a366e3c7c7d9b9ab8f81a73ab6afaf810851d Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 25 Feb 2025 21:56:13 -0800 Subject: fix: make the default target the first --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index d2edf63..4b4b42b 100644 --- a/justfile +++ b/justfile @@ -3,13 +3,13 @@ registry_url := "public.ecr.aws/s0f9o2k5" containers := "src/*/" targets := `find src -type f -name "targets" -exec dirname {} \; | sed 's/src\///'` -# All -all: build push - # Default recipe default: @just --choose +# all +all: build push + # Build all containers and targets build: build-containers build-targets -- cgit v1.2.3