Skip to content

Commit d6510c3

Browse files
committed
Updated test to check against local changes.
1 parent 32af94b commit d6510c3

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
@@ -3,7 +3,7 @@ BIN=node_modules/.bin
33
test:
44
make lint
55
$(BIN)/mocha test/specs
6-
make docs && git diff master:DOCUMENTATION.md DOCUMENTATION.md
6+
bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -
77

88
lint:
99
$(BIN)/eslint bin/doxdox

0 commit comments

Comments
 (0)