Skip to content

Commit 89bddbb

Browse files
committed
Updated typedoc run command
1 parent 94e512f commit 89bddbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"publish-next": "npm publish --tag next",
5858
"prepublishOnly": "npm run compile",
5959
"versionBump": "bump --tag --push --all",
60-
"typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"
60+
"typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
6161
},
6262
"dependencies": {
6363
"@nut-tree/libnut": "2.2.0",

0 commit comments

Comments
 (0)