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
@@ -16,12 +16,10 @@
"type": "git",
"url": "https://github.com/backstage/backstage"
},
"workspaces": {
"packages": [
"packages/*",
"plugins/*"
]
},
"workspaces": [
"packages/*",
"plugins/*"
],
"scripts": {
"build-storybook": "storybook build --output-dir dist-storybook",
"build-storybook:chromatic": "STORYBOOK_STORY_SET=chromatic storybook build --stats-json --output-dir dist-storybook",