mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 08:13:28 +08:00
Add install.sh
This commit is contained in:
6
scripts/install.sh
Executable file
6
scripts/install.sh
Executable 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
|
||||
Reference in New Issue
Block a user