openvidu-react-native: Added start script removing cache

This commit is contained in:
csantosm 2020-08-12 13:55:18 +02:00
parent 672791bd92
commit 846458127e

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"start": "react-native start",
"start:cache": "npm start -- --reset-cache",
"android": "react-native run-android",
"ios": "react-native run-ios",
"reset-cache": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && npm install",