Skip to content

Commit

Permalink
chore(release): explicitly ignore private packages to avoid MSR failu…
Browse files Browse the repository at this point in the history
…res (janus-idp#1942)

* chore(release): explicitly ignore private packages to avoid MSR failures

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* also fix dep on shared-react 2.8 as it's not released yet

Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Jul 24, 2024
1 parent 4b20f8a commit 055bb50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
"workspaces": {
"packages": [
"packages/*",
"plugins/*"
"!packages/app",
"!packages/backend",
"!packages/storybook",
"plugins/*",
"!plugins/bulk-import",
"!plugins/bulk-import-backend",
"!plugins/bulk-import-common",
"!plugins/orchestrator-swf-editor-envelope"
],
"nohoist": [
"@janus-idp/backstage-plugin-orchestrator",
Expand Down
2 changes: 1 addition & 1 deletion plugins/acr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.1",
"@backstage/theme": "^0.5.6",
"@janus-idp/shared-react": "2.8.0",
"@janus-idp/shared-react": "^2.7.1",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down

0 comments on commit 055bb50

Please sign in to comment.