Skip to content

Commit

Permalink
fix: pipeline issue added generate release APK script
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaygojiya committed Jun 2, 2024
1 parent 6b7c080 commit 6d245fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"generateReleaseApk":"cd android && ./gradlew assembleRelease && cd ..",
"link-assets": "react-native-asset"
},
"dependencies": {
Expand Down

0 comments on commit 6d245fb

Please sign in to comment.