Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 6733aef

Browse files
committed
Updated Makefile.
1 parent a9d5b72 commit 6733aef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
BIN=node_modules/.bin
22

33
test:
4+
make lint
5+
doxdox index.js --layout markdown | diff DOCUMENTATION.md -
6+
doxdox index.js --layout index.js | diff test/fixtures/documentation.html -
7+
8+
lint:
49
$(BIN)/eslint index.js
510
$(BIN)/eslint helpers.js
6-
doxdox index.js --layout index.js | diff test/fixtures/documentation.html -
711

812
fixtures:
913
doxdox index.js --layout index.js --output test/fixtures/documentation.html

0 commit comments

Comments
 (0)