Selaa lähdekoodia

no need to reset cache

Daniel Zlotin 8 vuotta sitten
vanhempi
commit
161f4f7090
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json Näytä tiedosto

@@ -3,7 +3,7 @@
3 3
   "version": "0.0.1",
4 4
   "private": true,
5 5
   "scripts": {
6
-    "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start --reset-cache",
6
+    "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start",
7 7
     "xcode": "open ios/example.xcodeproj",
8 8
     "android": "cd android && ./gradlew installDebug"
9 9
   },