diff options
| author | 2023-11-02 21:04:16 +0100 | |
|---|---|---|
| committer | 2023-11-02 21:04:16 +0100 | |
| commit | 23a71f8fa077a73c1880c55adb0fb9c69f94de57 (patch) | |
| tree | e6086ab218b0cf792f14d23c9b1465338c1ec830 | |
| parent | Start storybook using the ./public dir as static asset dir (diff) | |
Update package.json
| -rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7247574..693863f 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 --static-dir ./public" + "storybook": "start-storybook -p 6006" }, "keycloakify": { "extraThemeProperties": [ |