mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 03:35:49 +00:00
correctly document stuff (#1878)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"analyze": "run-s build:web --analyze",
|
||||
"watch": "run-s build:lib --watch",
|
||||
"clean": "rm -rf dist",
|
||||
"docgen": "typedoc && echo js.xrpl.org >> ./docs/CNAME",
|
||||
"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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"entryPoints": ["./src/index.ts"],
|
||||
"tsconfig": "./tsconfig.build.json",
|
||||
"out": "./docs",
|
||||
"out": "../../docs",
|
||||
"categoryOrder": [
|
||||
"Constructor",
|
||||
"Clients",
|
||||
|
||||
Reference in New Issue
Block a user