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

Commit 22bb14f

Browse files
committed
Converted from Makefile to npm scripts.
1 parent 41d8ace commit 22bb14f

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Makefile

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"doxdox": "~2.0.3"
2020
},
2121
"scripts": {
22-
"test": "make test"
22+
"test": "npm run lint",
23+
"test:docs": "doxdox index.js --layout markdown | diff DOCUMENTATION.md -",
24+
"lint": "eslint .",
25+
"docs": "doxdox index.js --layout markdown --output DOCUMENTATION.md"
2326
},
2427
"keywords": [
2528
"doxdox",

0 commit comments

Comments
 (0)