summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6164ec8a4..f43c453b6 100644
--- a/Makefile
+++ b/Makefile
@@ -31,4 +31,8 @@ lint: node_modules
yarn lint
go vet
+fmt: node_modules
+ yarn fmt
+ go fmt
+
.PHONY: lint clean distclean