diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
