From 2d9d752dfcd9e0aaafc20ea5b414d42f37ba652b Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 21 Oct 2024 09:35:31 +0100 Subject: [PATCH] Fix root storybook command Signed-off-by: Charles de Dreuille --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36e89062f0..acca9f6b8a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "start:lighthouse": "yarn workspaces foreach -A --include example-backend --include example-app --parallel -v -i run start", "start:microsite": "cd microsite/ && yarn start", "start:next": "yarn workspace example-app-next start", - "storybook": "yarn --cwd storybook && yarn --cwd storybook start", + "storybook": "yarn ./storybook run storybook", "techdocs-cli": "node scripts/techdocs-cli.js", "techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js", "test": "backstage-cli repo test",