From 3bc994da5fd9c5a99285fdabc3b0cabb9c8ba829 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sat, 24 Oct 2020 21:21:20 -0400 Subject: [PATCH] chore: fix storybook --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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