Skip to content

Commit 10f139e

Browse files
committed
build to docs
1 parent b7f8c56 commit 10f139e

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
@@ -5,7 +5,7 @@
55
"main": "es2015/src/index.js",
66
"scripts": {
77
"build": "webpack --mode=production --reporter basic",
8-
"docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"default\" --out ./docs/api",
8+
"docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"default\" --out ./docs",
99
"tsc": "tsc",
1010
"dev": "concurrently \"webpack --watch --reporter basic --mode=development\"",
1111
"start": "npm run dev"

0 commit comments

Comments
 (0)