aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-04-19 15:16:47 +0200
committerGravatar garronej <[email protected]>2023-04-19 15:16:47 +0200
commit94532fcf10bf8b19e0873be8575fd28a8958a806 (patch)
tree5e761a8545ba129ed9f0291d69e3c433ee51c38b
parentBump version (diff)
use prepare instead of prestart and prestorybook
-rwxr-xr-xpackage.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 11deacd..b42fba8 100755
--- a/package.json
+++ b/package.json
@@ -8,8 +8,7 @@
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
},
"scripts": {
- "prestart": "copy-keycloak-resources-to-public",
- "prestorybook": "copy-keycloak-resources-to-public",
+ "prepare": "copy-keycloak-resources-to-public",
"start": "react-scripts start",
"build": "react-scripts build",
"build-keycloak-theme": "yarn build && keycloakify",