aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-18 00:35:14 -0700
committerFuwn <[email protected]>2022-03-18 00:35:14 -0700
commitf181e96ac8464a3d288b1682c3d3050008ce5dce (patch)
treeb99fd99de09c557e2fe045d3179ffc5e056a0fef /Makefile
parentchore(git): update ignored (diff)
downloadcapybara-f181e96ac8464a3d288b1682c3d3050008ce5dce.tar.xz
capybara-f181e96ac8464a3d288b1682c3d3050008ce5dce.zip
fix(make): remove validate dep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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