From 543b988bde0a77b6a722a97e432e6fe2c0e7e637 Mon Sep 17 00:00:00 2001 From: Patrik Date: Wed, 6 Jul 2022 11:50:59 +0200 Subject: [PATCH] chore: remove docs/cli target This is now handled by the ory/ci/docs/cli-next action. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index eb9140f39..4728df51f 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,6 @@ tools/brew: .bin/clidoc: go build -o .bin/clidoc ./cmd/clidoc/. -docs/cli: tools/clidoc - clidoc . - .PHONY: format format: tools/goimports node_modules goimports -w -local github.com/ory/keto *.go internal cmd contrib ketoctx embedx