Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit c2adb5f

Browse files
committed
Adding doc command.
1 parent b7bbea7 commit c2adb5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"compile": "./node_modules/.bin/tsc",
10+
"docs": "node_modules/.bin/typedoc --theme node_modules/typedoc-clarity-theme/bin --out ./docs ./src",
1011
"prepublish": "npm run compile"
1112
},
1213
"repository": {

0 commit comments

Comments
 (0)