Add android release npm script
This commit is contained in:
rodzic
b378473591
commit
f0de0599dd
1 zmienionych plików z 1 dodań i 0 usunięć
|
@ -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 ."
|
||||
|
|
Ładowanie…
Reference in a new issue