Add command to generate json docs
This commit is contained in:
parent
65ab6dcac0
commit
01b65a171e
@ -18,6 +18,7 @@
|
|||||||
"lint": "tslint src/ts/**/*",
|
"lint": "tslint src/ts/**/*",
|
||||||
"test": "run-s clean build:commonjs && mocha lib/test/**/*.js",
|
"test": "run-s clean build:commonjs && mocha lib/test/**/*.js",
|
||||||
"test:coverage": "nyc npm run test --all",
|
"test:coverage": "nyc npm run test --all",
|
||||||
|
"docs:json": "typedoc --json docs/index.json .",
|
||||||
"docs:generate": "typedoc --out docs .",
|
"docs:generate": "typedoc --out docs .",
|
||||||
"docs:open": "opn docs/index.html"
|
"docs:open": "opn docs/index.html"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user