Skip to content

Commit

Permalink
fix(react-native): fix unknown option error
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbtd committed May 16, 2023
1 parent 9866595 commit 82a8fee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function runCliBuildIOS(
*/
childProcess = fork(
join(workspaceRoot, './node_modules/react-native/cli.js'),
['build-ios', ...createBuildIOSOptions(options), '--no-packager'],
['build-ios', ...createBuildIOSOptions(options)],
{
cwd: join(workspaceRoot, projectRoot),
env: { ...process.env, RCT_METRO_PORT: options.port.toString() },
Expand Down

0 comments on commit 82a8fee

Please sign in to comment.