Skip to content

Commit 10c3aa7

Browse files
committed
Switched to same syntax as plugins.
1 parent dda17a5 commit 10c3aa7

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+
doxdox 'lib/**/*.js' --layout markdown | diff DOCUMENTATION.md -
77

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

0 commit comments

Comments
 (0)