瀏覽代碼

update package.json

Daniel Zlotin 9 年之前
父節點
當前提交
478d013804
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      example-redux/package.json

+ 2
- 1
example-redux/package.json 查看文件

3
   "version": "0.0.1",
3
   "version": "0.0.1",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
-    "start": "watchman watch-del-all && adb reverse tcp:8081 tcp:8081 && node node_modules/react-native/local-cli/cli.js start"
6
+    "start": "watchman watch-del-all && adb reverse tcp:8081 tcp:8081 && node node_modules/react-native/local-cli/cli.js start",
7
+    "install:android": "pushd android && ./gradlew installDebug && popd"
7
   },
8
   },
8
   "dependencies": {
9
   "dependencies": {
9
     "react-native-navigation": "file:../",
10
     "react-native-navigation": "file:../",