Skip to content

Commit

Permalink
fix: remove outdated typedoc setting
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 4, 2022
1 parent 93c172d commit 0959a1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm run build
- run: npm run build:docs
- save_cache: *save-deps-cache

release:
Expand Down
6 changes: 0 additions & 6 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@
"build",
"jest.config.js",
"src/*.test.ts"
],
"toc": [
"Traverse",
"TraverseOptions",
"MutationFunction",
"defaultOptions"
]
}

0 comments on commit 0959a1e

Please sign in to comment.