Skip to content

Commit c6c7c0e

Browse files
committed
fix
1 parent 80024b6 commit c6c7c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-release-tools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function createNewRelease(newRelease, rnVersion, apptype) {
6666
appDir
6767
);
6868
runCmd(
69-
`npx @react-native-community/cli init-windows --template old/uwp-${apptype}-app`,
69+
`npx @react-native-community/cli init-windows --template old/uwp-${apptype}-app --overwrite`,
7070
appDir
7171
);
7272
} else {

0 commit comments

Comments
 (0)