Skip to content

Commit 3425532

Browse files
committed
fix: android gradle task has whitespace
1 parent 9b5e241 commit 3425532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-native-library/src/utils/patchExampleAppCodegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (isNewArchitectureEnabled()) {
1010
// Since our library doesn't invoke codegen automatically we need to do it here.
1111
tasks.register('invokeLibraryCodegen', Exec) {
1212
workingDir "$rootDir/../../"
13-
commandLine "npx", "bob", "build", "--target codegen"
13+
commandLine "npx", "bob", "build", "--target", "codegen"
1414
}
1515
preBuild.dependsOn invokeLibraryCodegen
1616
}`;

0 commit comments

Comments
 (0)