From 94532fcf10bf8b19e0873be8575fd28a8958a806 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 19 Apr 2023 15:16:47 +0200 Subject: [PATCH] use prepare instead of prestart and prestorybook --- package.json | 3 +-- 1 file changed, 1 insertion(+), 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",