mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
set up signing and a new release test command
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
"android": "react-native run-android",
|
||||
"android-release": "./android/gradlew -p android assembleRelease -PsignReleaseWithDebug=true && adb install -r android/app/build/outputs/apk/release/app-release.apk && adb shell am start -n com.subtracks/.MainActivity",
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
||||
|
||||
Reference in New Issue
Block a user