Skip to content

Commit 3f977d2

Browse files
authored
Merge pull request #5 from jfet97/feature/typedoc
fix error typedoc
2 parents 796da64 + 889c58d commit 3f977d2

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
@@ -12,7 +12,7 @@
1212
"docs:dev": "vuepress dev docs",
1313
"docs:build": "vuepress build docs",
1414
"api:build": "typedoc",
15-
"deploy": "gh-pages -d /docs/.vuepress/dist"
15+
"deploy": "gh-pages -d /docs/.vuepress/dist -t"
1616
},
1717
"files": [
1818
"dist"

0 commit comments

Comments
 (0)