diff --git a/Makefile b/Makefile index 44a89df..5c2428e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TESTS = test/application/* \ test/babel/index.js lint: - @./node_modules/.bin/eslint lib test + @./node_modules/.bin/eslint benchmarks lib test test: @NODE_ENV=test node \