Skip to content

Commit

Permalink
fix(deps): do not embed plugin-kubernetes-common package in export-dy…
Browse files Browse the repository at this point in the history
…namic script
  • Loading branch information
karthikjeeyar committed Oct 16, 2024
1 parent d15b63a commit e1fda56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/ocm-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package --embed-package @backstage/plugin-kubernetes-common --no-embed-as-dependencies",
"export-dynamic": "janus-cli package export-dynamic-plugin --no-embed-as-dependencies",
"lint:check": "backstage-cli package lint",
"lint:fix": "backstage-cli package lint --fix",
"postpack": "backstage-cli package postpack",
Expand Down
9 changes: 2 additions & 7 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1fda56

Please sign in to comment.