Skip to content

Commit b9c92c0

Browse files
author
Eric Wendelin
committed
Stupid optimization.
1 parent e882755 commit b9c92c0

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
@@ -14,7 +14,7 @@ coveralls := node_modules/coveralls/bin/coveralls.js
1414

1515
build/jshint.xml: $(sources) $(specs)
1616
mkdir -p $(dir $@)
17-
node_modules/.bin/jshint $^
17+
jshint $^
1818
jshint --reporter checkstyle $^ > $@
1919

2020
test: $(build_files)

0 commit comments

Comments
 (0)