summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-03 10:22:13 -0600
committermo khan <mo@mokhan.ca>2025-06-03 10:22:13 -0600
commit69b73fd2dc1f15700b2e970bc2925b72c26e68e2 (patch)
treec66fcac1f92bfde77813043173b0bc30144f2c3e
parent41e0667ea8e7cfac2d01b2f0d11ba172247b27f3 (diff)
chore: update setup target to install local tools only
-rw-r--r--Makefile7
1 files 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