summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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