2
0
mirror of synced 2025-01-09 21:56:15 +00:00
react-native-firebase/buddybuild_postclone.sh
2017-06-22 14:43:36 +01:00

9 lines
165 B
Bash

#!/usr/bin/env bash
# Copy firebase lib into tests directory
mkdir tests/firebase
cp -R lib/* tests/firebase
# Install /tests npm packages
cd tests && npm install