Skip to content

Commit

Permalink
Include nested directories in doc generation as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jul 12, 2023
1 parent 193ce6a commit 2e10a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint",
"cli": "node lib/cli.js",
"doc:prepare": "rm -rf ./doc && mkdir -p ./doc",
"doc:types": "./node_modules/.bin/jsdoc2md -f lib/*.js > ./doc/lib.md",
"doc:types": "./node_modules/.bin/jsdoc2md -f lib/**/*.js > ./doc/lib.md",
"doc:cli": "npm run cli -- --help > ./doc/cli.txt",
"doc:full": "npm run doc:prepare && npm run doc:types && npm run doc:cli"
},
Expand Down

0 comments on commit 2e10a8c

Please sign in to comment.