diff options
| author | 2023-11-02 20:06:17 +0100 | |
|---|---|---|
| committer | 2023-11-02 20:06:17 +0100 | |
| commit | 0ac8461b86bfc52857013ff4e3ac886af71ce7e6 (patch) | |
| tree | e34b9cd7a6b5fc01d9fa568771e5a97b16f425c2 | |
| parent | Bump version (diff) | |
Start storybook using the ./public dir as static asset dir
| -rwxr-xr-x | package.json | 4 |
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 +} |