Skip to content

Commit c07b4db

Browse files
authored
fix generating docs (#2853)
1 parent b2d35c5 commit c07b4db

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "npm run test -ws --if-present",
99
"build": "tsc --build",
10-
"documentation": "typedoc",
10+
"documentation": "typedoc --out ./documentation",
1111
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)