diff options
| author | 2023-04-19 15:16:47 +0200 | |
|---|---|---|
| committer | 2023-04-19 15:16:47 +0200 | |
| commit | 94532fcf10bf8b19e0873be8575fd28a8958a806 (patch) | |
| tree | 5e761a8545ba129ed9f0291d69e3c433ee51c38b | |
| parent | Bump version (diff) | |
use prepare instead of prestart and prestorybook
| -rwxr-xr-x | package.json | 3 |
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", |