Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed May 6, 2024
1 parent 3c7360a commit b4e620a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions RELEASES
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
0.74.0
0.74.0-preview.4
0.74.0-preview.3
0.74.0-preview.2
0.74.0-preview.1
0.73.12
0.73.11
0.73.10
0.73.9
Expand Down
5 changes: 0 additions & 5 deletions RELEASES_MAC
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
0.73.18
0.73.17
0.73.16
0.73.15
0.73.14
0.73.13
0.73.12
0.73.11
Expand Down
2 changes: 1 addition & 1 deletion new-release-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function createNewRelease(newRelease, rnVersion, apptype) {
runCmd(`git checkout -b "${branchName}"`, wtAppPath);

runCmd(
`npx --yes react-native init "${appName}" --template react-native@${rnVersion} --skip-install --skip-git-init`,
`npx --yes react-native init "${appName}" --template react-native@${rnVersion} --skip-git-init`,
wtAppPath
);
if (apptype === "mac") {
Expand Down

0 comments on commit b4e620a

Please sign in to comment.