Fix yarn command in Backend Guide (#229)

This commit is contained in:
Hammad Jutt
2020-12-16 12:33:02 -07:00
committed by GitHub
parent 153654def8
commit 384f93c78b

View File

@@ -31,7 +31,7 @@ yarn typecheck
After the above is configured, you can start the Docker containers.
```bash
yarn start:docker
yarn docker:start
```
### Getting Started