Fix android debug build suffix

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2019-03-20 16:16:51 +01:00
parent 3b9123d482
commit 774ad65229
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,9 @@ _run-%: _ensure-in-nix-shell
scripts/run-environment-check.sh $(SYSTEM)
react-native run-$(SYSTEM)
run-android: _run-android ##@run Run Android build
run-android: _ensure-in-nix-shell ##@run Run Android build
scripts/run-environment-check.sh android
react-native run-android --appIdSuffix debug
run-desktop: _run-desktop ##@run Run Desktop build