From 4af4d7789d500a64eea2db080a627519cecffcf1 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Sat, 23 Dec 2023 21:10:58 +0000 Subject: [PATCH] Add build Storybook docs script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 639fbb2..8bfb5f6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "test": "echo \"Error: no test specified\" && exit 1", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "test-storybook": "test-storybook" + "test-storybook": "test-storybook", + "build-storybook-docs": "storybook build --docs" }, "devDependencies": { "@babel/core": "^7.22.5",