From d4192191687157c77b3000447007ca0f5fd3436f Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 2 May 2023 09:39:42 +0200 Subject: [PATCH] postinstall is more widely known than prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c3ebd1..6604fcf 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git://github.com/codegouvfr/keycloakify-starter.git" }, "scripts": { - "prepare": "copy-keycloak-resources-to-public", + "postinstall": "copy-keycloak-resources-to-public", "start": "react-scripts start", "build": "react-scripts build", "build-keycloak-theme": "yarn build && keycloakify",