Skip to content

Commit

Permalink
chore: added android:build:internal command
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 12, 2024
1 parent 4d82199 commit 0d927d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallets/rn_cli_wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"android": "react-native run-android --mode=debug",
"android:build": "cd android && ./gradlew clean && ./gradlew assembleRelease",
"android:build:internal": "cd android && ./gradlew clean && ./gradlew assembleInternal",
"ios": "react-native run-ios",
"bundle:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"start": "react-native start",
Expand Down

0 comments on commit 0d927d7

Please sign in to comment.