forked from vergnet/application-amicale
Add android release npm script
This commit is contained in:
parent
b378473591
commit
f0de0599dd
1 changed files with 1 additions and 0 deletions
|
@ -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 ."
|
||||
|
|
Loading…
Reference in a new issue