Skip to content

Commit 0b5f93d

Browse files
chore: change react-native executable path key to rnccli (#2374)
* chore: change package executable `bin` path * fix: apply feedback from review
1 parent 87881ef commit 0b5f93d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"access": "public"
99
},
1010
"bin": {
11-
"react-native": "build/bin.js"
11+
"rnccli": "build/bin.js",
12+
"@react-native-community/cli": "build/bin.js"
1213
},
1314
"files": [
1415
"build",

0 commit comments

Comments
 (0)