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

Commit

Permalink
Merge pull request #5 from liatrio/docs/fix-contributing-md
Browse files Browse the repository at this point in the history
docs: fix contributing md
  • Loading branch information
amber-beasley-liatrio authored Nov 6, 2024
2 parents 7e70275 + 647dd18 commit 3f3baab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
- "CONTRIBUTING.md"

jobs:
code-validation:
Expand Down
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@

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 @@ -27,12 +33,16 @@ backend.add(

```zsh
cd packages/backend
yarn add @liatrio/backstage-plugin-github-releases-assets-backend
yarn add <local-path-to-repo>backstage-github-autogov-plugin/backstage-plugin-github-releases-autogov/liatrio-backstage-plugin-github-releases-assets-backend-<current-version>.tgz
## or run
yarn --cwd packages/backend <local-path-to-repo>backstage-github-autogov-plugin/backstage-plugin-github-releases-autogov/liatrio-backstage-plugin-github-releases-assets-backend-<current-version>.tgz
```

```zsh
cd packages/app
yarn add @liatrio/backstage-plugin-github-releases-autogov
yarn add <local-path-to-repo>backstage-github-autogov-plugin/backstage-plugin-github-releases-autogov/liatrio-backstage-plugin-github-releases-autogov-<current-version>.tgz
## or run
yarn --cwd packages/app <local-path-to-repo>backstage-github-autogov-plugin/backstage-plugin-github-releases-autogov/liatrio-backstage-plugin-github-releases-autogov<current-version>.tgz
```

```packages/app/src/components/catalog/EntityPage.tsx
Expand Down

0 comments on commit 3f3baab

Please sign in to comment.