Fix android debug build suffix
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
3b9123d482
commit
774ad65229
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue