mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-01-12 22:51:28 +08:00
* 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
8 lines
59 B
Bash
Executable File
8 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd reactfire
|
|
|
|
yarn
|
|
yarn build
|
|
yarn test |