2
0
mirror of synced 2025-02-18 17:28:24 +00:00
react-native-firebase/buddybuild_postclone.sh

9 lines
167 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