Merge pull request #16286 from JanCVanB/update_yarn_add_cwd_docs

Update docs to always use `yarn add --cwd` for app & backend
This commit is contained in:
Fredrik Adelöw
2023-02-14 12:15:20 +01:00
committed by GitHub
27 changed files with 76 additions and 46 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ As this provider is not one of the default providers, you will first need to ins
the gitlab catalog plugin:
```bash
# From the Backstage root directory
# From your Backstage root directory
yarn add --cwd packages/backend @backstage/plugin-catalog-backend-module-gitlab
```