aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackage.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a2f257e..7247574 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
+}