Skip to content

Commit 3d05cb1

Browse files
niteshnitesh
authored andcommitted
add missing gen-proto command
1 parent d380799 commit 3d05cb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"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",
1515
"build-tor-lib": "./build-tor",
1616
"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",
1818
"android:clean": "cd android && ./gradlew clean",
1919
"android:regtest-debug": "react-native run-android --mode chainregtestNormalDebug --appIdSuffix regtest.debug --main-activity MainActivity",
2020
"android:regtest": "react-native run-android --mode chainregtestNormalRelease --appIdSuffix regtest",
@@ -29,6 +29,7 @@
2929
"android:bundle-release-testnet": "cd android && ./gradlew clean && NODE_OPTIONS=--openssl-legacy-provider ./gradlew bundlechaintestnetNormalRelease",
3030
"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",
3131
"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",
3233
"ios:regtest-debug": "react-native run-ios --scheme BlixtWalletRegtest --configuration DebugRegtest",
3334
"ios:regtest": "react-native run-ios --scheme BlixtWalletRegtest --configuration ReleaseRegtest",
3435
"ios:testnet-debug": "react-native run-ios --scheme BlixtWalletTestnet --configuration DebugTestnet",

0 commit comments

Comments
 (0)