1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-06-08 10:05:50 +02:00

add android deploy scripts (working on linux)

This commit is contained in:
Norwin 2018-10-29 19:24:18 +01:00
parent 8ac1964414
commit 07a8fe47fb

View file

@ -8,6 +8,8 @@
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"android:deploy": "ionic cordova build android; adb install -r platforms/android/app/build/outputs/apk/debug/app-debug.apk",
"android:start": "adb shell am force-stop io.ionic.starter; adb shell am start -n io.ionic.starter/io.ionic.starter.MainActivity; sleep 1; adb logcat | grep -F \"`adb shell ps | grep io.ionic.starter | cut -c15-18`\"",
"lint": "ionic-app-scripts lint"
},
"dependencies": {