File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments