From e4600d6c7663eb86dee6d2fcf333000005850929 Mon Sep 17 00:00:00 2001 From: Callin Mullaney <57088-callinmullaney@users.noreply.drupalcode.org> Date: Fri, 9 Feb 2024 11:11:00 -0600 Subject: [PATCH] fix: adjust storybook-build command to reflect the latest storybook 7 build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a330414..604104b7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier-fix": "prettier --write --ignore-unknown \"./components**/*.{js,yml,scss,md}\"", "semantic-release": "semantic-release", "storybook": "storybook dev --ci -s ../dist,../assets/images,../assets/icons,../assets/videos -p 6006", - "storybook-build": "build-storybook -s ../dist,../assets/images,../assets/icons,../assets/videos -o .out", + "storybook-build": "storybook build -s ../dist,../assets/images,../assets/icons,../assets/videos -o .out", "storybook-deploy": "storybook-to-ghpages -o .out", "test": "jest --coverage", "twatch": "jest --no-coverage --watch --verbose",