From 77b81530f883f85041ba99856b26b6ba107a5996 Mon Sep 17 00:00:00 2001 From: bmc Date: Thu, 24 Jan 2013 20:51:26 -0600 Subject: [PATCH] make jslint first thing to run during tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 088db57e..5b7dee14 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ help: test: test-unit -test-all: test-unit test-integration test-native test-binary jshint +test-all: jshint test-unit test-integration test-native test-binary bench: @find benchmark -name "*-bench.js" | $(node-command)