Skip to content

Commit 04104ec

Browse files
committed
Fixed generate docs script format
1 parent da9ff55 commit 04104ec

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
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"lint": "eslint src/",
2929
"test": "jest",
30-
"docs": "typedoc --entryPoints src/index.ts",
30+
"docs": "typedoc --entryPoints src/index.ts --json docs/docspace-sdk-js.json",
3131
"build": "ts-node tools/build.mjs"
3232
},
3333
"engines": {

0 commit comments

Comments
 (0)