Skip to content
Merged
3 changes: 2 additions & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"node": ">=18"
},
"bin": {
"react-native": "cli.js"
"react-native": "cli.js",
"react-native-macos": "cli.js"
},
"types": "types",
"jest-junit": {
Expand Down
3 changes: 2 additions & 1 deletion packages/rn-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"devDependencies": {
"@react-native-community/cli": "15.0.0-alpha.2",
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2"
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
"react-native-macos": "workspace:*"
}
}
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2960,6 +2960,7 @@ __metadata:
flow-enums-runtime: "npm:^0.0.6"
invariant: "npm:^2.2.4"
nullthrows: "npm:^1.1.1"
react-native-macos: "workspace:*"
peerDependencies:
react: 19.0.0
react-native-macos: "workspace:*"
Expand Down Expand Up @@ -10673,6 +10674,7 @@ __metadata:
optional: true
bin:
react-native: cli.js
react-native-macos: cli.js
languageName: unknown
linkType: soft

Expand Down
Loading