chore: replace legacy package.json workspaces.packages by workspaces

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-01-29 09:03:19 +01:00
parent 679e08b78c
commit ebd4630702
5 changed files with 34 additions and 24 deletions
+4 -6
View File
@@ -55,12 +55,10 @@ defined in
[`package.json`](https://github.com/backstage/backstage/blob/master/package.json):
```json
"workspaces": {
"packages": [
"packages/*",
"plugins/*"
]
},
"workspaces": [
"packages/*",
"plugins/*"
],
```
Let's look at them individually.