Skip to content

Commit 1fbf70c

Browse files
committed
Add missing "--yes" flag
1 parent 915dbbb commit 1fbf70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vnext/PropertySheets/Bundle.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<BundlerExtraArgs Condition="'$(BundlerExtraArgs)' == ''">--minify false</BundlerExtraArgs>
4040

4141
<!-- Command to use to create a bundle -->
42-
<BundleCliCommand Condition="'$(BundleCliCommand)' == ''">npx --no-workspaces @react-native-community/cli bundle</BundleCliCommand>
42+
<BundleCliCommand Condition="'$(BundleCliCommand)' == ''">npx --yes --no-workspaces @react-native-community/cli bundle</BundleCliCommand>
4343

4444
<!-- This should be the app package root, this is where the bundle command will be run from -->
4545
<BundleCommandWorkingDir Condition="'$(BundleCommandWorkingDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(ProjectDir), 'package.json'))</BundleCommandWorkingDir>

0 commit comments

Comments
 (0)