summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ccc4781d..6164ec8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -27,4 +27,8 @@ clean:
distclean: clean
-rm -rf node_modules/
-.PHONY: clean distclean
+lint: node_modules
+ yarn lint
+ go vet
+
+.PHONY: lint clean distclean