From 21a11e5d2b3e2619fae3c033741d9456996457c7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 15 Jul 2015 14:13:36 +0100 Subject: [PATCH] hard code eslint path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55e8d235ad..39032e44f3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ watch: clean scripts/build.sh --watch lint: - eslint packages/*/src + node node_modules/.bin/eslint packages/*/src clean: test-clean rm -rf coverage