diff --git a/web/ASC.Web.Components/example/package.json b/web/ASC.Web.Components/example/package.json index b79c83eaf5..7457c39f5a 100644 --- a/web/ASC.Web.Components/example/package.json +++ b/web/ASC.Web.Components/example/package.json @@ -16,7 +16,7 @@ }, "scripts": { "start": "start-storybook -p 6006", - "build-storybook": "build-storybook -c .storybook -o .out" + "build-storybook": "build-storybook -c .storybook -o storybook-static" }, "eslintConfig": { "extends": "react-app"