Skip to content

Commit 6aa95e8

Browse files
committed
fix: codegen path
1 parent dfc1d06 commit 6aa95e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/scripts/codegen/generate-artifacts-executor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function handleThirdPartyLibraries(
191191
// Determine which of these are codegen-enabled libraries
192192
const configDir =
193193
baseCodegenConfigFileDir ||
194-
path.join(REACT_NATIVE_PACKAGE_ROOT_FOLDER, '..');
194+
path.join(REACT_NATIVE_PACKAGE_ROOT_FOLDER, '..', '..');
195195
console.log(
196196
`\n\n[Codegen] >>>>> Searching for codegen-enabled libraries in ${configDir}`,
197197
);

0 commit comments

Comments
 (0)