diff --git a/justfile b/justfile index 2f872b21..d1202afa 100644 --- a/justfile +++ b/justfile @@ -12,7 +12,7 @@ GOLANG_CROSS_VERSION := "v1.21.3" goreleaser build --id single --clean --snapshot --single-target @build-all +args="": deps (cli "schema") sync - goreleaser build --snapshot --clean + goreleaser build --snapshot --clean {{args}} @schema: (go "schema") (cli "schema") (js "schema")