Skip to content

Commit

Permalink
Exclude example
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Apr 19, 2024
1 parent aa29ab5 commit e639427
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 @@ -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

0 comments on commit e639427

Please sign in to comment.