Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
docs: fix yarn install location
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-beasley-liatrio committed Nov 6, 2024
1 parent 60dfa6d commit 647dd18
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@

## Local Testing

1. install dependencies

```zsh
# at root of repo
yarn install
yarn tsc
```

2. build & package the plugins
1. build & package the plugins

> build & package individually for isolated local testing
```zsh
yarn install
yarn tsc
cd backstage-plugin-github-releases-autogov
yarn build
yarn pack
```

```zsh
cd ..
yarn install
yarn tsc
cd backstage-plugin-github-releases-assets-backend
yarn build
yarn pack
Expand All @@ -33,7 +29,7 @@ backend.add(
);
```

3. Add the plugins to a local Backstage instance
2. Add the plugins to a local Backstage instance

```zsh
cd packages/backend
Expand Down

0 comments on commit 647dd18

Please sign in to comment.