Update docs to always use yarn add --cwd for app & backend
Some commands currently error, and others are simply formatted inconsistently. This format seems to work and be the most popular/common, so I applied it to all similar occurrences. Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
This commit is contained in:
@@ -7,7 +7,7 @@ Test helpers library for Backstage backends.
|
||||
Add the library as a `devDependency` to your backend package:
|
||||
|
||||
```sh
|
||||
# From the Backstage root directory, go to your backend package, or to a backend plugin
|
||||
# From your Backstage root directory, go to your backend package, or to a backend plugin
|
||||
cd plugins/my-plugin-backend
|
||||
yarn add --dev @backstage/backend-test-utils
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user