We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6828e commit c86dc01Copy full SHA for c86dc01
Makefile
@@ -11,7 +11,7 @@ coveralls := node_modules/coveralls/bin/coveralls.js
11
12
build/jshint.xml: $(sources) $(specs)
13
mkdir -p $(dir $@)
14
- node_modules/.bin/jshint $^
+ jshint $^
15
jshint --reporter checkstyle $^ > $@
16
17
test: $(build_files)
0 commit comments