mirror of https://github.com/waku-org/js-waku.git
Exclude internal methods from doc
At this stage we don't want developers to use any GossipSub method but iinstead improve the WakuRelay interface.
This commit is contained in:
parent
d8629b7fbc
commit
4366618bda
|
@ -44,8 +44,8 @@
|
||||||
"cov:send": "run-s cov:lcov && codecov",
|
"cov:send": "run-s cov:lcov && codecov",
|
||||||
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100",
|
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100",
|
||||||
"doc": "run-s doc:html && open-cli build/docs/index.html",
|
"doc": "run-s doc:html && open-cli build/docs/index.html",
|
||||||
"doc:html": "typedoc --exclude **/*.spec.ts --out build/docs src/",
|
"doc:html": "typedoc --excludeInternal --listInvalidSymbolLinks --exclude **/*.spec.ts --out build/docs src/",
|
||||||
"doc:json": "typedoc src/ --exclude **/*.spec.ts --json build/docs/typedoc.json",
|
"doc:json": "typedoc src/ --excludeInternal --listInvalidSymbolLinks --exclude **/*.spec.ts --json build/docs/typedoc.json",
|
||||||
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
|
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
|
||||||
"version": "standard-version",
|
"version": "standard-version",
|
||||||
"reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build && for d in examples/*; do (cd $d; npm i); done",
|
"reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build && for d in examples/*; do (cd $d; npm i); done",
|
||||||
|
|
Loading…
Reference in New Issue