Skip to content

Commit

Permalink
update codepush target
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Aug 30, 2024
1 parent 6a8a3dd commit 4af7c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --detectOpenHandles",
"postinstall": "patch-package && cd ../../ && rimraf node_modules/crypto && rimraf node_modules/@types/metro-config && yarn patch-package",
"code-push-ios": "appcenter codepush release-react -a Oraichain/Owallet -t 3.1.9 --output-dir build",
"code-push-android": "appcenter codepush release-react -a Oraichain/Owallet-1 -t 3.1.9 --output-dir build",
"code-push-ios": "appcenter codepush release-react -a Oraichain/Owallet -t 3.1.10 --output-dir build",
"code-push-android": "appcenter codepush release-react -a Oraichain/Owallet-1 -t 3.1.10 --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 4af7c2b

Please sign in to comment.