Skip to content

Commit

Permalink
fix package script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh authored and nitesh committed May 30, 2024
1 parent 4fd76b9 commit dd94de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"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",
"build-tor-lib": "./build-tor",
"prepare-release": "yarn install && cd ios && pod install && cd ../macos && pod install",
"android:build": "yarn install && ./fetch_libraries.sh && cd android && ./gradlew assembleChainmainnetNormalRelease",
"android:build": "yarn install && chmod +x fetch_libraries.sh && ./fetch_libraries.sh && cd android && ./gradlew assembleChainmainnetNormalRelease",
"android:clean": "cd android && ./gradlew clean",
"android:regtest-debug": "react-native run-android --mode chainregtestNormalDebug --appIdSuffix regtest.debug --main-activity MainActivity",
"android:regtest": "react-native run-android --mode chainregtestNormalRelease --appIdSuffix regtest",
Expand Down

0 comments on commit dd94de0

Please sign in to comment.