From 0ac8461b86bfc52857013ff4e3ac886af71ce7e6 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 2 Nov 2023 20:06:17 +0100 Subject: [PATCH] Start storybook using the ./public dir as static asset dir --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2f257e9..7247574e 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start": "react-scripts start", "build": "react-scripts build", "build-keycloak-theme": "yarn build && keycloakify", - "storybook": "start-storybook -p 6006" + "storybook": "start-storybook -p 6006 --static-dir ./public" }, "keycloakify": { "extraThemeProperties": [ @@ -84,4 +84,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}