8000 Stupid optimization. · stacktracejs/error-stack-parser@c86dc01 · GitHub
[go: up one dir, main page]

Skip to content

Commit c86dc01

Browse files
author
Eric Wendelin
committed
Stupid optimization.
1 parent 7f6828e commit c86dc01

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

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

1717
test: $(build_files)

0 commit comments

Comments
 (0)
0