From 08d2379971a9a34d5eb968bb313472cc0e63391b Mon Sep 17 00:00:00 2001 From: csantosm <4a.santos@gmail.com> Date: Mon, 30 Nov 2020 13:02:25 +0100 Subject: [PATCH] openvidu-react-native: Updated scripts --- openvidu-react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-react-native/package.json b/openvidu-react-native/package.json index 4002ef77..7ed9af3a 100644 --- a/openvidu-react-native/package.json +++ b/openvidu-react-native/package.json @@ -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": {