Skip to content

Commit cdabe1c

Browse files
committed
chore: remote node_modules and pods from findManifest as we're in android folder
1 parent 79c494f commit cdabe1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cli-config-android/src/config/findManifest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ export default function findManifest(folder: string) {
1414
let manifestPaths = glob.sync('**/AndroidManifest.xml', {
1515
cwd: unixifyPaths(folder),
1616
ignore: [
17-
'node_modules/**',
1817
'**/build/**',
1918
'**/debug/**',
2019
'Examples/**',
2120
'examples/**',
22-
'**/Pods/**',
2321
'**/sdks/hermes/android/**',
2422
'**/src/androidTest/**',
2523
'**/src/test/**',

0 commit comments

Comments
 (0)