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

Commit 3ae9529

Browse files
committed
Updated Makefile.
1 parent a97c48b commit 3ae9529

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

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

33
test:
4+
make lint
5+
doxdox index.js --layout test/fixtures/template.hbs | diff test/fixtures/generated.html -
6+
7+
lint:
48
$(BIN)/eslint index.js
59
$(BIN)/eslint helpers.js
6-
doxdox index.js --layout test/fixtures/template.hbs | diff test/fixtures/generated.html -
710

811
fixtures:
912
doxdox index.js --layout test/fixtures/template.hbs --output test/fixtures/generated.html

0 commit comments

Comments
 (0)