openvidu-react-native: Updated scripts

This commit is contained in:
csantosm 2020-11-30 13:02:25 +01:00
parent 6fdff200d1
commit 08d2379971

View File

@ -8,7 +8,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"clean": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && rm package-lock.json",
"install": "npm i openvidu-react-native-adapter-*.tgz && npm install",
"install-ov": "npm i openvidu-react-native-adapter-*.tgz && npm install",
"test": "jest"
},
"dependencies": {