moved some more --cwd

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-03-12 09:30:01 +01:00
parent 580dcf8f09
commit 9f19476042
4 changed files with 9 additions and 4 deletions
@@ -30,7 +30,7 @@ Given that the app element tree is most of what builds up the app, it's likely a
The helper is called `convertLegacyApp` and is exported from the `@backstage/core-compat-api` package, which you will need to add as a dependency to your app package:
```bash
yarn add --cwd packages/app @backstage/core-compat-api
yarn --cwd packages/app add @backstage/core-compat-api
```
Once installed, import `convertLegacyApp`. If your app currently looks like this: