diff --git a/package.json b/package.json index a18a43b..7737a6e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'", "now-build": "run-s storybook:build", "storybook": "start-storybook -p 6006 --no-dll", - "storybook:build": "build-storybook", + "storybook:build": "build-storybook --no-dll", "test": "jest" }, "dependencies": { @@ -90,4 +90,4 @@ "tsconfig-paths-webpack-plugin": "^3.3.0", "typescript": "^4.0.3" } -} +} \ No newline at end of file