Skip to content

Commit

Permalink
build: fix flags for typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 2, 2019
1 parent a05e73d commit 18077b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saber/package.json
Expand Up @@ -14,7 +14,7 @@
"prepublishOnly": "yarn build",
"build": "tsc",
"lint": "eslint src --ext js,ts",
"build:typedoc": "typedoc types/index.d.ts --out ../../website/public/typedoc --readme none --exclude \"**/src/**\" --theme minimal --mode file --includeDeclarations --excludeExternals --excludePrivate --excludeProtected --entryPoint Saber"
"build:typedoc": "typedoc types/index.d.ts --out ../../website/public/typedoc --readme none --exclude \"**/src/**\" --theme minimal --mode file --includeDeclarations --excludeExternals --excludePrivate --excludeProtected"
},
"main": "dist/index.js",
"bin": "dist/cli.js",
Expand Down

0 comments on commit 18077b7

Please sign in to comment.