mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add a breaking command
This commit is contained in:
@@ -164,6 +164,9 @@ module.exports = {
|
||||
},
|
||||
startAndroidApp: {
|
||||
cmd: "adb shell am start -n " + localCfg.deployedAppName + "/" + localCfg.mainActivityName
|
||||
},
|
||||
uninstallExistingiOSApp: {
|
||||
cmd: "bash -c 'exit 1'"
|
||||
}
|
||||
},
|
||||
untar: {
|
||||
|
||||
Reference in New Issue
Block a user