update yarn command to start backend instance that would fail with error: unknown option --cwd
Signed-off-by: Ray Abueg <raymond.abueg@alaskaair.com>
This commit is contained in:
@@ -68,7 +68,7 @@ In the first window, run
|
||||
|
||||
```bash
|
||||
# From your Backstage root directory
|
||||
yarn start --cwd packages/backend
|
||||
yarn --cwd packages/backend start
|
||||
```
|
||||
|
||||
That starts up a backend instance on port 7007.
|
||||
|
||||
Reference in New Issue
Block a user