postinstall is more widely known than prepare

This commit is contained in:
garronej 2023-05-02 09:39:42 +02:00
parent cabfbd8b2d
commit d419219168

View file

@ -8,7 +8,7 @@
"url": "git://github.com/codegouvfr/keycloakify-starter.git" "url": "git://github.com/codegouvfr/keycloakify-starter.git"
}, },
"scripts": { "scripts": {
"prepare": "copy-keycloak-resources-to-public", "postinstall": "copy-keycloak-resources-to-public",
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"build-keycloak-theme": "yarn build && keycloakify", "build-keycloak-theme": "yarn build && keycloakify",