diff --git a/openvidu-react-native/package.json b/openvidu-react-native/package.json index 1e1bcb92..d93f233c 100644 --- a/openvidu-react-native/package.json +++ b/openvidu-react-native/package.json @@ -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": {