Skip to content

Commit 3f8b46a

Browse files
committed
Normalized paths.
1 parent 7bf7880 commit 3f8b46a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ BIN=node_modules/.bin
22

33
test:
44
make lint
5-
$(BIN)/mocha test/specs
5+
$(BIN)/mocha test/specs/
66
bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -
77

88
lint:
99
$(BIN)/eslint bin/doxdox
10-
$(BIN)/eslint lib
10+
$(BIN)/eslint lib/
1111
$(BIN)/eslint index.js
12-
$(BIN)/eslint 'test/specs/**/*.js'
12+
$(BIN)/eslint test/specs/
1313

1414
coverage:
15-
$(BIN)/istanbul cover $(BIN)/_mocha test/specs && $(BIN)/codecov
15+
$(BIN)/istanbul cover $(BIN)/_mocha test/specs/ && $(BIN)/codecov
1616

1717
fixtures:
1818
bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package lib

0 commit comments

Comments
 (0)