Skip to content

Commit 9275a15

Browse files
committed
Added quotes around glob.
1 parent f0580fc commit 9275a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lint:
88
$(BIN)/eslint bin/doxdox
99
$(BIN)/eslint lib/
1010
$(BIN)/eslint index.js
11+
$(BIN)/eslint 'test/specs/**/*.js'
1112

1213
coverage:
1314
$(BIN)/istanbul cover $(BIN)/_mocha test/specs && $(BIN)/codecov

0 commit comments

Comments
 (0)