We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e882755 commit b9c92c0Copy full SHA for b9c92c0
Makefile
@@ -14,7 +14,7 @@ coveralls := node_modules/coveralls/bin/coveralls.js
14
15
build/jshint.xml: $(sources) $(specs)
16
mkdir -p $(dir $@)
17
- node_modules/.bin/jshint $^
+ jshint $^
18
jshint --reporter checkstyle $^ > $@
19
20
test: $(build_files)
0 commit comments