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",