From fa62cce898dde0bbaea510a592f0ef5c73fe2779 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sat, 6 Jul 2024 14:32:02 +0200 Subject: [PATCH] add post-install-cmd --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index a333271..b21f4fa 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,9 @@ } }, "scripts": { + "post-install-cmd": [ + "[ ! -f nostr.json ] && cp nostr.dist.json nostr.json || true" + ], "ctal": [ "@static-clear-cache", "@csfix",