|
14 | 14 | "gen-proto": "pbjs -t static-module -w es6 --force-long -o proto/lightning.js proto/*.proto proto/*/*.proto && pbts -o proto/lightning.d.ts proto/lightning.js",
|
15 | 15 | "build-tor-lib": "./build-tor",
|
16 | 16 | "prepare-release": "yarn install && cd ios && pod install && cd ../macos && pod install",
|
17 |
| - "android:build": "chmod +x fetch_libraries.sh && ./fetch_libraries.sh && yarn install && cd android && ./gradlew assembleChainmainnetNormalRelease", |
| 17 | + "android:build": "chmod +x fetch_libraries.sh && ./fetch_libraries.sh && yarn && yarn gen-proto && yarn android:unsigned-mainnet", |
18 | 18 | "android:clean": "cd android && ./gradlew clean",
|
19 | 19 | "android:regtest-debug": "react-native run-android --mode chainregtestNormalDebug --appIdSuffix regtest.debug --main-activity MainActivity",
|
20 | 20 | "android:regtest": "react-native run-android --mode chainregtestNormalRelease --appIdSuffix regtest",
|
|
29 | 29 | "android:bundle-release-testnet": "cd android && ./gradlew clean && NODE_OPTIONS=--openssl-legacy-provider ./gradlew bundlechaintestnetNormalRelease",
|
30 | 30 | "android:bundle-js-debug": "react-native bundle --platform android --dev true --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle",
|
31 | 31 | "android:bundle-js-release": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle",
|
| 32 | + "android:unsigned-mainnet": "cd android && ./gradlew assembleChainmainnetNormalRelease", |
32 | 33 | "ios:regtest-debug": "react-native run-ios --scheme BlixtWalletRegtest --configuration DebugRegtest",
|
33 | 34 | "ios:regtest": "react-native run-ios --scheme BlixtWalletRegtest --configuration ReleaseRegtest",
|
34 | 35 | "ios:testnet-debug": "react-native run-ios --scheme BlixtWalletTestnet --configuration DebugTestnet",
|
|
0 commit comments