Skip to content

Commit

Permalink
update codepush version
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Oct 14, 2024
1 parent a098b8a commit aedba14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --detectOpenHandles",
"postinstall": "patch-package && node ./src/scripts/create-sentry-properties.js",
"code-push-ios": "appcenter codepush release-react -a Oraichain/Owallet -t 3.1.5 --output-dir build",
"code-push-android": "appcenter codepush release-react -a Oraichain/Owallet-1 -t 3.1.5 --output-dir build",
"code-push-ios": "appcenter codepush release-react -a Oraichain/Owallet -t 3.1.16 --output-dir build",
"code-push-android": "appcenter codepush release-react -a Oraichain/Owallet-1 -t 3.1.16 --output-dir build",
"images": "node ./src/scripts/generate-images.js",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios"
},
Expand Down

0 comments on commit aedba14

Please sign in to comment.