docs: clarify option and return types (#1718)

* docs: clarify docs for options and return types

* docs: docgen w/ CNAME
This commit is contained in:
Nathan Nichols
2021-10-19 11:23:10 -05:00
committed by GitHub
parent d502d4aac7
commit 0eadbfb790
3 changed files with 13 additions and 7 deletions

View File

@@ -86,7 +86,7 @@
"analyze": "run-s build:web --analyze",
"watch": "run-s build:lib --watch",
"clean": "rm -rf dist",
"docgen": "typedoc",
"docgen": "typedoc && echo js.xrpl.org >> ./docs/CNAME",
"prepublish": "run-s clean build",
"test": "nyc mocha --config=test/.mocharc.json --exit",
"test:integration": "TS_NODE_PROJECT=tsconfig.build.json nyc mocha ./test/integration/**/*.ts ./test/integration/*.ts",