Skip to content

Commit

Permalink
Merge pull request #1667 from RoadieHQ/fix-publish
Browse files Browse the repository at this point in the history
Add pluginId
  • Loading branch information
Irma12 authored Oct 14, 2024
2 parents 83114a0 + e93fba4 commit adcd3f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-mayflies-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/backstage-plugin-wiz': patch
---

Added pluginId in package.json
6 changes: 5 additions & 1 deletion plugins/frontend/backstage-plugin-wiz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin"
"role": "frontend-plugin",
"pluginId": "backstage-plugin-wiz",
"pluginPackages": [
"@roadiehq/backstage-plugin-wiz"
]
},
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit adcd3f5

Please sign in to comment.