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