aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-04-19 05:31:56 +0200
committerGravatar garronej <[email protected]>2023-04-19 05:31:56 +0200
commit121b6f7f2f2ebe290db8ad8bb84f49e719fd5687 (patch)
tree23808350594202f03dd5f9e83426b60fe7a10be2
parentOnly keep relevent scripts (diff)
Improve storybook and general setup
-rwxr-xr-xpackage.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4040a07..4a01a99 100755
--- a/package.json
+++ b/package.json
@@ -8,8 +8,8 @@
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
},
"scripts": {
- "prestart": "copy-keycloak-resources-to-storybook-static",
- "prestorybook": "copy-keycloak-resources-to-storybook-static",
+ "prestart": "copy-keycloak-resources-to-public",
+ "prestorybook": "copy-keycloak-resources-to-public",
"start": "react-scripts start",
"build": "react-scripts build",
"build-keycloak-theme": "yarn build && keycloakify",