We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80024b6 commit c6c7c0eCopy full SHA for c6c7c0e
new-release-tools.js
@@ -66,7 +66,7 @@ function createNewRelease(newRelease, rnVersion, apptype) {
66
appDir
67
);
68
runCmd(
69
- `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`,
70
71
72
} else {
0 commit comments