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