forked from github/cordova-android
Accidentally commented "build" out when running ./run --emulator. Whoops D:
This commit is contained in:
@@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then
|
||||
$DIR/build
|
||||
$DIR/lib/install-device
|
||||
elif [[ $1 == "--emulator" ]] ; then
|
||||
#$DIR/build
|
||||
$DIR/build
|
||||
run_on_emulator
|
||||
elif [[ $1 =~ "--target=" ]]; then
|
||||
$DIR/build
|
||||
|
||||
Reference in New Issue
Block a user