Merge pull request #31434 from gaelgoth/fix-add-mui-to-bui-command

Mui-to-bui: Fix installation command
This commit is contained in:
Andre Wanlin
2026-01-16 10:40:32 -06:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-mui-to-bui': patch
---
Fix installation command
+1 -1
View File
@@ -11,7 +11,7 @@ The Backstage UI Themer helps you convert an existing MUI v5 theme into Backstag
Run this from your Backstage repo root:
```bash
yarn add --cwd packages/app @backstage/plugin-mui-to-bui
yarn --cwd packages/app add @backstage/plugin-mui-to-bui
```
### 2) Wire it up depending on your frontend system