File tree Expand file tree Collapse file tree 4 files changed +8
-22
lines changed Expand file tree Collapse file tree 4 files changed +8
-22
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,9 @@ yarn.lock
1010* .node
1111
1212check.py
13+ resouce
14+ scripts
15+ .devcontainer
16+ __test__
17+ src
18+ build.rs
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 "build:ts" : " tsc -p tsconfig.json" ,
1616 "check_mem" : " node --max-old-space-size=128 scripts/dgram_memory.js" ,
1717 "doc" : " typedoc --excludePrivate --excludeInternal --excludeExternals js/index.ts" ,
18- "prepublishOnly" : " napi pre`publish -t npm" ,
18+ "prepublishOnly" : " npm run build:ts && napi prepublish -t npm" ,
1919 "test" : " jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false" ,
2020 "test:dumb" : " TERM=dumb npm run test" ,
2121 "version" : " napi version"
3636 "jest" : " ^27.5.1" ,
3737 "ts-jest" : " ^27.1.4" ,
3838 "typedoc" : " ^0.22.15" ,
39+ "typedoc-plugin-markdown" : " ^3.12.1" ,
3940 "typescript" : " ^4.6.3"
4041 },
4142 "engines" : {
You can’t perform that action at this time.
0 commit comments