make jslint first thing to run during tests

This commit is contained in:
bmc 2013-01-24 20:51:26 -06:00
parent 2f75b2f6a9
commit 77b81530f8

View File

@ -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)