Skip to content

Commit bf952e4

Browse files
authored
ci(ios): fix MODULE_NOT_FOUND during nightly builds (#1160)
1 parent 4592a97 commit bf952e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/use_react_native-0.70.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def include_react_native!(options)
4242
# If we're using react-native@main, we'll also need to prepare
4343
# `react-native-codegen`.
4444
codegen = File.join(project_root, react_native, 'packages', 'react-native-codegen')
45-
Open3.popen3('yarn build', :chdir => codegen) if File.directory?(codegen)
45+
Open3.popen3('node scripts/build.js', :chdir => codegen) if File.directory?(codegen)
4646

4747
lambda { |installer|
4848
react_native_post_install(installer)

0 commit comments

Comments
 (0)