Skip to content

Commit

Permalink
Do not attempt to search for manifest in test folders (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Sep 13, 2023
1 parent 0c6372c commit 1ba2916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli-platform-android/src/config/findManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export default function findManifest(folder: string) {
'examples/**',
'**/Pods/**',
'**/sdks/hermes/android/**',
'**/src/androidTest/**',
'**/src/test/**',
],
})[0];

Expand Down

0 comments on commit 1ba2916

Please sign in to comment.