Skip to content

Commit

Permalink
Fix docs build (#561)
Browse files Browse the repository at this point in the history
* Update typedoc

* Exclude example
  • Loading branch information
rlepinski authored Apr 22, 2024
1 parent 5bf050c commit 93276e1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
46 changes: 28 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"example": "npm run --prefix example ${COMMAND}",
"bootstrap": "npm ci && npm --prefix example ci && npm run --prefix example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
"docs": "typedoc --tsconfig ./tsconfig.json --out docs src/index.tsx --exclude example/**"
"docs": "typedoc --tsconfig ./tsconfig.build.json --out docs src/index.tsx"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -67,7 +67,7 @@
"react-native-builder-bob": "^0.20.3",
"typescript": "^4.5.2",
"pod-install": "^0.2.0",
"typedoc": "0.23.24"
"typedoc": "0.25.13"
},
"resolutions": {
"@types/react": "17.0.21"
Expand Down

0 comments on commit 93276e1

Please sign in to comment.