From 64f87806b24da012c9477ce3a793592bc13cbe40 Mon Sep 17 00:00:00 2001 From: Quildreen Motta Date: Sat, 8 Apr 2017 22:04:01 -0300 Subject: [PATCH] (build) Builds tools before compiling things --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8bb23b8..60dff44 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,7 @@ lint: publish: clean lint rm -rf node_modules npm install + $(MAKE) tools $(MAKE) _prepare-test $(MAKE) _test-all $(MAKE) _test-browser