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

Commit 84b6367

Browse files
committed
Converted from Makefile to npm scripts.
1 parent 78a7fd4 commit 84b6367

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
@@ -18,7 +18,10 @@
1818
"doxdox": "~2.0.3"
1919
},
2020
"scripts": {
21-
"test": "make test"
21+
"test": "npm run lint && npm run test:docs",
22+
"test:docs": "doxdox index.js --layout index.js | diff DOCUMENTATION.md -",
23+
"lint": "eslint .",
24+
"docs": "doxdox index.js --layout index.js --output DOCUMENTATION.md"
2225
},
2326
"keywords": [
2427
"doxdox",

0 commit comments

Comments
 (0)