mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
docs: clarify option and return types (#1718)
* docs: clarify docs for options and return types * docs: docgen w/ CNAME
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user