Skip to content

Commit 0acbbda

Browse files
committed
docs: generate html
1 parent 4452c62 commit 0acbbda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ js/**/*.d.ts
1717
js/tsdoc-metadata.json
1818
!js/addon.js
1919
test.ts
20+
docs
2021

2122
check.py

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:release": "npm run build:ts && napi build --platform --release --js false --dts js/addon.d.ts",
1515
"build:ts": "tsc -p tsconfig.json",
1616
"check_mem": "node --max-old-space-size=128 scripts/dgram_memory.js",
17-
"doc": "typedoc --excludePrivate --excludeInternal --excludeExternals --plugin typedoc-plugin-markdown js/index.ts",
17+
"doc": "typedoc --excludePrivate --excludeInternal --excludeExternals js/index.ts",
1818
"prepublishOnly": "napi pre`publish -t npm",
1919
"test": "jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false",
2020
"test:dumb": "TERM=dumb npm run test",

0 commit comments

Comments
 (0)