From 79aee37688c3c9ce4f13129051f6a81b4d500a5d Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 15 Jul 2018 14:50:16 -0700 Subject: [PATCH] add target for preparing the native android build tree --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d648769..4527ac9 100644 --- a/Makefile +++ b/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