Add android release npm script
这个提交包含在:
父节点
b378473591
当前提交
f0de0599dd
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
@ -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 ."
|
||||||
|
|
正在加载…
在新工单中引用