Skip to content

Commit 5db9c86

Browse files
build(typedoc): temporary disable typedoc generation
1 parent 18ff6d8 commit 5db9c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"build:bundle": "# rollup -c rollup.config.js",
2828
"docs": "npm run docs:toc && npm run docs:api && npm run docs:move && npm run docs:book && npm run docs:publish",
2929
"docs:toc": "doctoc docs/README.md docs/usage/. docs/api/. docs/modules/. --notitle --github",
30-
"docs:api": "typedoc src --options typedoc.json --out .tempdocs",
31-
"docs:move": "mv .tempdocs/README.md docs/types.md && rimraf .tempdocs && cp docs/README.md README.md && git add README.md docs",
30+
"docs:api": "# typedoc src --options typedoc.json --out .tempdocs && mv .tempdocs/README.md docs/types.md && rimraf .tempdocs",
31+
"docs:move": "cp docs/README.md README.md && git add README.md docs",
3232
"docs:book": "gitbook build",
3333
"docs:publish": "gh-pages -d _book",
3434
"test": "npm run test:lint && npm run test:jest && npm run test:type && npm run test:size",

0 commit comments

Comments
 (0)