openvidu-react-native: Added reset cache script

This commit is contained in:
csantosm 2020-07-01 09:40:36 +02:00
parent 0699736873
commit b7e30ec7a3

View File

@ -5,6 +5,7 @@
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"reset-cache": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && npm install",
"test": "jest"
},
"dependencies": {