Merge pull request #23483 from backstage/freben/cw
🧹 moved some more --cwd
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitea': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -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:
|
||||
|
||||
@@ -326,7 +326,7 @@ Azure DevOps plugin supports the permission framework for PRs, GitTags, Pipeline
|
||||
|
||||
```bash
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/backend @backstage/plugin-azure-devops-common
|
||||
yarn --cwd packages/backend add @backstage/plugin-azure-devops-common
|
||||
```
|
||||
|
||||
New Backend you can skip the below and proceed with [permission configuration](#configure-permission)
|
||||
|
||||
@@ -7,8 +7,7 @@ Welcome to the `publish:gitea` action of the `scaffolder-gitea-backend`.
|
||||
To use this action, you will have to add the package using the following command to be executed at the root of your backstage project:
|
||||
|
||||
```bash
|
||||
yarn add --cwd packages/backend
|
||||
@backstage/plugin-scaffolder-backend-module-gitea
|
||||
yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-gitea
|
||||
```
|
||||
|
||||
Configure the action (if not yet done):
|
||||
|
||||
Reference in New Issue
Block a user