Skip to content

Commit

Permalink
fix(cli): fix command issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat committed Mar 17, 2024
1 parent aff669e commit 5fd921a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"bin/**/*"
],
"bin": {
"integrate": "./bin/index.js",
"upgrade": "./bin/upgrade-cli.js",
"react-native-integrate": "./bin/index.js"
"integrate": "bin/index.js",
"react-native-integrate": "bin/index.js",
"upgrade": "bin/upgrade-cli.js"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 5fd921a

Please sign in to comment.