chore: clean up makefiles across the monorepo (#8862)

This commit is contained in:
refcell.eth 2024-01-05 16:00:03 -08:00 committed by GitHub
parent aa3fef1ef0
commit 767c040734

@ -18,7 +18,7 @@ test:
lint:
go vet ./...
.PHONY: test
.PHONY: lint
tls:
kubectl get secrets op-ufm-client-tls -o yaml | yq '.data."tls.key"' | base64 --decode > tls/tls.key