Files
reactfire/test.sh
Jeff 43a972407f Merge with firebaseprivate (#150)
* add a Firestore emulator test

* more work on Firestore emulator tests

* automatically start and stop emulator

* move testing libs to devdependencies

* fix scripts

* fix SuspenseWithPerf bug

* Cloud Build POC

* Fix

* fix gitignore to exclude pub dir

* update rxfire and make tests exit

* uncomment publish stuff

* fix build (not publishing)

* add missing build step
2019-10-11 11:55:12 -07:00

8 lines
59 B
Bash
Executable File

#!/bin/bash
set -e
cd reactfire
yarn
yarn build
yarn test