add target for preparing the native android build tree
This commit is contained in:
parent
749281d959
commit
79aee37688
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -12,6 +12,9 @@ KEYSTORE = ~/android-keystore.jks
|
|||
lab:
|
||||
ionic serve -lc
|
||||
|
||||
prepare:
|
||||
ionic cordova prepare android --prod
|
||||
|
||||
device:
|
||||
ionic cordova run android -lc --address 0.0.0.0 --device
|
||||
|
||||
|
|
Reference in a new issue