Skip to content

Commit 5f5d87c

Browse files
authored
chore(orchestrator): remove --no-embed-as-dependencies from export-dynamic for 3.5.0 janus-cli (#744)
1 parent 213733f commit 5f5d87c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workspaces/orchestrator/plugins/orchestrator-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"clean": "backstage-cli package clean",
6363
"prepack": "backstage-cli package prepack",
6464
"postpack": "backstage-cli package postpack",
65-
"export-dynamic": "janus-cli package export-dynamic-plugin --no-embed-as-dependencies"
65+
"export-dynamic": "janus-cli package export-dynamic-plugin"
6666
},
6767
"dependencies": {
6868
"@backstage/backend-common": "^0.25.0",

workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prettier:fix": "prettier --ignore-unknown --write .",
5656
"lint:check": "backstage-cli package lint",
5757
"lint:fix": "backstage-cli package lint --fix",
58-
"export-dynamic": "janus-cli package export-dynamic-plugin --no-embed-as-dependencies --embed-package '@red-hat-developer-hub/backstage-plugin-orchestrator-common'"
58+
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package '@red-hat-developer-hub/backstage-plugin-orchestrator-common'"
5959
},
6060
"dependencies": {
6161
"@backstage/backend-plugin-api": "^1.2.1",

0 commit comments

Comments
 (0)