docs: switch to yarn command

This commit is contained in:
Luke Watts
2021-10-23 08:26:31 +02:00
committed by GitHub
parent 1f92488271
commit a2cde68edf

View File

@@ -14,13 +14,13 @@ To run emulators locally you will need (as described in: https://firebase.google
## Getting Started
```
npm run start:emulated
yarn start:emulated
```
This will start the following:
- **Functions emulator**
May take a few minutes to download if running for first time
May take a few minutes to download required binaries when running for the first time
- **Functions src watcher**
To recompile functions on update