Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed Dec 10, 2024
1 parent 80024b6 commit c6c7c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-release-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function createNewRelease(newRelease, rnVersion, apptype) {
appDir
);
runCmd(
`npx @react-native-community/cli init-windows --template old/uwp-${apptype}-app`,
`npx @react-native-community/cli init-windows --template old/uwp-${apptype}-app --overwrite`,
appDir
);
} else {
Expand Down

0 comments on commit c6c7c0e

Please sign in to comment.