chore: add run storybook script at root folder
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@
|
||||
"build": "lerna run build",
|
||||
"test": "cross-env CI=true lerna run test -- --coverage",
|
||||
"create-plugin": "backstage-cli create-plugin",
|
||||
"lint": "lerna run lint"
|
||||
"lint": "lerna run lint",
|
||||
"storybook": "yarn workspace @spotify-backstage/core storybook"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
|
||||
Reference in New Issue
Block a user