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 c017464 commit f0d2ce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions new-release-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function createNewRelease(newRelease, rnVersion, apptype) {
wtAppPath
);
if (apptype === "mac") {
// Remove base package.json to avoid workspace issues
require('fs').unlinkSync(path.resolve(__dirname, './package.json'));
runCmd(`yarn`, appDir);
runCmd(
`npx --yes react-native-macos-init --version ${newRelease} --overwrite`,
Expand Down

0 comments on commit f0d2ce4

Please sign in to comment.