Skip to content

Commit

Permalink
feat: codepush commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Oct 31, 2023
1 parent b9171f6 commit 0c456b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"prettify": "prettier --write ./src",
"ios:build": "yarn; cd ios; rm Podfile.lock; pod install --repo-update; cd ..",
"codepush": "appcenter codepush release-react -a lovegaoshi/Azusa-Player-Mobile",
"codepush:rollback": "appcenter codepush rollback",
"codepush:promote": "appcenter codepush promote"
"codepush:rollback": "appcenter codepush rollback -a lovegaoshi/Azusa-Player-Mobile Production",
"codepush:promote": "appcenter codepush promote -a lovegaoshi/Azusa-Player-Mobile -s Staging -d Production"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
Expand Down

0 comments on commit 0c456b0

Please sign in to comment.