From 9cffa115ef240667ac93ba94973429fb89b9e3e4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 18 Mar 2022 00:35:14 +0000 Subject: fix(make): remove validate dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 292bc81..d3f57a6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ fmt: go fmt github.com/fuwn/capybara... -run: fmt validate +run: fmt go run github.com/fuwn/capybara build: fmt -- cgit v1.2.3