2
0
mirror of synced 2025-01-10 06:05:53 +00:00
react-native-firebase/buddybuild_postclone.sh

9 lines
165 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Copy firebase lib into tests directory
mkdir tests/firebase
2017-06-22 14:43:36 +01:00
cp -R lib/* tests/firebase
# Install /tests npm packages
cd tests && npm install