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

Commit 351cb96

Browse files
committed
Converted from Makefile to npm scripts.
1 parent 6dde12b commit 351cb96

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

Makefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
"doxdox": "~2.0.3"
2424
},
2525
"scripts": {
26-
"test": "make test"
26+
"test": "npm run lint",
27+
"test:docs": "doxdox index.js --layout markdown | diff DOCUMENTATION.md -",
28+
"lint": "eslint .",
29+
"docs": "doxdox index.js --layout markdown --output DOCUMENTATION.md"
2730
},
2831
"keywords": [
2932
"doxdox",

0 commit comments

Comments
 (0)