Add install.sh

This commit is contained in:
yogevbd
2019-07-29 16:41:06 +03:00
parent 39e62e8144
commit da07f890f0

6
scripts/install.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash -e
npm install -g lerna@2.4.0
npm install -g react-native-cli
npm install -g detox-cli
git submodule update --init --recursive