Add android release npm script
Esse commit está contido em:
pai
b378473591
commit
f0de0599dd
1 arquivos alterados com 1 adições e 0 exclusões
|
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"start": "react-native start",
|
||||
"android": "react-native run-android",
|
||||
"android-release": "react-native run-android --variant=release",
|
||||
"ios": "react-native run-ios",
|
||||
"test": "jest",
|
||||
"lint": "eslint ."
|
||||
|
|
|
|||
Carregando…
Referência em uma nova issue