From 8499b7c019c5e8a66cd3ce17522f0f9a7175edc9 Mon Sep 17 00:00:00 2001 From: Yan Luiz Date: Fri, 26 Jul 2024 21:09:45 -0300 Subject: [PATCH] doc: update emulator command --- docs/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-contribute.md b/docs/how-to-contribute.md index 3ebfb4e1..5ee948ce 100644 --- a/docs/how-to-contribute.md +++ b/docs/how-to-contribute.md @@ -43,7 +43,7 @@ 4. Start the Firebase emulator: ```bash - yarn emulators:start + yarn emulator ``` 5. Seed data to the local database, open a new terminal and run: