add cache clean on running the packager in example proj
This commit is contained in:
parent
1d48cb0c71
commit
046259e8f5
@ -15,7 +15,7 @@
|
||||
"url": "https://github.com/wix/react-native-camera-kit/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
||||
"xcode": "open example-ios/CameraKit.xcodeproj"
|
||||
},
|
||||
"main": "src/index.js",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user