Add android release npm script

这个提交包含在:
Arnaud Vergnet 2020-08-06 18:03:38 +02:00
父节点 b378473591
当前提交 f0de0599dd

查看文件

@ -5,6 +5,7 @@
"scripts": { "scripts": {
"start": "react-native start", "start": "react-native start",
"android": "react-native run-android", "android": "react-native run-android",
"android-release": "react-native run-android --variant=release",
"ios": "react-native run-ios", "ios": "react-native run-ios",
"test": "jest", "test": "jest",
"lint": "eslint ." "lint": "eslint ."