Skip to content

Commit

Permalink
refactor(redhat-argocd): remove @janus-idp/cli and dynamic plugin bui…
Browse files Browse the repository at this point in the history
…ld step

Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
  • Loading branch information
christoph-jerolimov committed Nov 6, 2024
1 parent 0b1d398 commit 927d11a
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1,345 deletions.
5 changes: 5 additions & 0 deletions workspaces/redhat-argocd/.changeset/hungry-berries-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-redhat-argocd': patch
---

Removed `export-dynamic` script and Janus IDP cli from the build process and npm release.
1 change: 0 additions & 1 deletion workspaces/redhat-argocd/plugins/argocd/knip-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
| :-------------------------- | :----------- | :------- |
| @testing-library/user-event | package.json | error |
| @backstage/core-app-api | package.json | error |
| @janus-idp/cli | package.json | error |
| react-dom | package.json | error |
| msw | package.json | error |
9 changes: 3 additions & 6 deletions workspaces/redhat-argocd/plugins/argocd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place",
"lint": "backstage-cli package lint",
"postpack": "backstage-cli package postpack",
"prepack": "backstage-cli package prepack && yarn run export-dynamic",
"prepack": "backstage-cli package prepack",
"start": "backstage-cli package start",
"test": "backstage-cli package test --passWithNoTests --coverage",
"tsc": "tsc",
Expand Down Expand Up @@ -65,7 +64,6 @@
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@janus-idp/cli": "1.13.1",
"@playwright/test": "1.46.1",
"@redhat-developer/red-hat-developer-hub-theme": "0.2.0",
"@testing-library/jest-dom": "6.6.2",
Expand All @@ -78,10 +76,9 @@
"react-router-dom": "^6.3.0"
},
"files": [
"dist",
"app-config.dynamic.yaml",
"config.d.ts",
"dist-scalprum",
"app-config.backstage-community.yaml"
"dist"
],
"scalprum": {
"name": "backstage-community.plugin-redhat-argocd",
Expand Down
Loading

0 comments on commit 927d11a

Please sign in to comment.