Resolve "Add npm script for building docs" #24

Merged
clbertolini merged 2 commits from 8-add-npm-script-for-building-docs into main 2023-10-10 20:24:46 +00:00
Showing only changes of commit 0a66cef996 - Show all commits

View File

@ -7,7 +7,8 @@
"start": "node dist/index.js", "start": "node dist/index.js",
"lint": "eslint src/ --fix", "lint": "eslint src/ --fix",
"lint-test": "eslint test/ --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": "", "author": "",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",