We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915dbbb commit 1fbf70cCopy full SHA for 1fbf70c
1 file changed
vnext/PropertySheets/Bundle.props
@@ -39,7 +39,7 @@
39
<BundlerExtraArgs Condition="'$(BundlerExtraArgs)' == ''">--minify false</BundlerExtraArgs>
40
41
<!-- Command to use to create a bundle -->
42
- <BundleCliCommand Condition="'$(BundleCliCommand)' == ''">npx --no-workspaces @react-native-community/cli bundle</BundleCliCommand>
+ <BundleCliCommand Condition="'$(BundleCliCommand)' == ''">npx --yes --no-workspaces @react-native-community/cli bundle</BundleCliCommand>
43
44
<!-- This should be the app package root, this is where the bundle command will be run from -->
45
<BundleCommandWorkingDir Condition="'$(BundleCommandWorkingDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(ProjectDir), 'package.json'))</BundleCommandWorkingDir>
0 commit comments