Skip to content

Commit

Permalink
Revert "doc: Do not generate docs for internal use helpers (#84)" (#85)
Browse files Browse the repository at this point in the history
This reverts commit 5849360.
  • Loading branch information
BjrInt committed Oct 13, 2022
1 parent 5849360 commit ce764e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"scripts": {
"build": "rm -rf dist/ && tsc",
"doc": "typedoc --excludeNotDocumented --excludeInternal --excludePrivate",
"doc": "typedoc",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"prepack": "npm run test && npm run build",
Expand Down

0 comments on commit ce764e2

Please sign in to comment.