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 5de3463 commit 64fcd32
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 && ./build/fetch_libraries && yarn android:bundle-release-mainnet",
"android:build": "yarn install && ./build/fetch_libraries.sh && yarn android:bundle-release-mainnet",
"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 64fcd32

Please sign in to comment.