From 69b73fd2dc1f15700b2e970bc2925b72c26e68e2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 3 Jun 2025 10:22:13 -0600 Subject: chore: update setup target to install local tools only --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c92e006..3de2ce8 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,10 @@ clean: @go clean -testcache setup: - @mise install + @MISE_CONFIG_FILE=.tool-versions MISE_GLOBAL_CONFIG_FILE="" mise install @go mod tidy - @command -v godotenv - @command -v playwright - @command -v yamlfmt + @go mod vendor + @go tool build: bin/authzd bin/sparkled -- cgit v1.2.3