mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 16:29:42 +08:00
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/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
|