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:
parent
8ac1964414
commit
07a8fe47fb
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
"start": "ionic-app-scripts serve",
|
"start": "ionic-app-scripts serve",
|
||||||
"clean": "ionic-app-scripts clean",
|
"clean": "ionic-app-scripts clean",
|
||||||
"build": "ionic-app-scripts build",
|
"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"
|
"lint": "ionic-app-scripts lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue