Skip to content

Commit

Permalink
fix(react-native): remove unknown command for build-ios (#17052)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbtd authored May 16, 2023
1 parent cac64d7 commit 8931f0b
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 8931f0b

Please sign in to comment.