File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ js/**/*.d.ts
17
17
js /tsdoc-metadata.json
18
18
! js /addon.js
19
19
test.ts
20
+ docs
20
21
21
22
check.py
Original file line number Diff line number Diff line change 14
14
"build:release" : " npm run build:ts && napi build --platform --release --js false --dts js/addon.d.ts" ,
15
15
"build:ts" : " tsc -p tsconfig.json" ,
16
16
"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" ,
18
18
"prepublishOnly" : " napi pre`publish -t npm" ,
19
19
"test" : " jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false" ,
20
20
"test:dumb" : " TERM=dumb npm run test" ,
You can’t perform that action at this time.
0 commit comments