Added npm script for generating docs.
This commit is contained in:
parent
10ed2fee07
commit
0a66cef996
@ -7,7 +7,8 @@
|
||||
"start": "node dist/index.js",
|
||||
"lint": "eslint src/ --fix",
|
||||
"lint-test": "eslint test/ --fix",
|
||||
"test": "jest test/ --config jest.config.ts"
|
||||
"test": "jest test/ --config jest.config.ts",
|
||||
"docs": "typedoc --out docs/ src/index.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
Loading…
x
Reference in New Issue
Block a user