Skip to content

Commit 77b8153

Browse files
committed
make jslint first thing to run during tests
1 parent 2f75b2f commit 77b8153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ help:
1515

1616
test: test-unit
1717

18-
test-all: test-unit test-integration test-native test-binary jshint
18+
test-all: jshint test-unit test-integration test-native test-binary
1919

2020
bench:
2121
@find benchmark -name "*-bench.js" | $(node-command)

0 commit comments

Comments
 (0)