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 15, 2024
1 parent 04bf35d commit 3bb0a84
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3bb0a84

Please sign in to comment.