Procházet zdrojové kódy

update package.json

Daniel Zlotin před 9 roky
rodič
revize
478d013804
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      example-redux/package.json

+ 2
- 1
example-redux/package.json Zobrazit soubor

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:../",