From 044fad2fbfc8da071b55bd26d5a9bc0a6b290729 Mon Sep 17 00:00:00 2001 From: Muhammad Rivki Date: Sat, 21 Mar 2020 21:59:25 +0700 Subject: [PATCH] chore: add run storybook script at root folder --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7799dc771b..66eea1d006 100644 --- a/package.json +++ b/package.json @@ -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": [