1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

docs: generate docs

This commit is contained in:
James Cook 2022-06-24 13:23:34 +01:00
parent d197e460f9
commit f614f00d6b
35 changed files with 105 additions and 82 deletions

View file

@ -18,9 +18,9 @@
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"generateDocs": "npx typedoc --entryPointStrategy expand ./src",
"generateDocs": "typedoc --entryPointStrategy expand ./src",
"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "pnpm run build"
},
"author": "James Cook",
"license": "ISC",