From 4f936b08bb3767bb69b34890e6d992a3ca1014fe Mon Sep 17 00:00:00 2001 From: HerrHase Date: Fri, 27 Mar 2026 15:57:45 +0100 Subject: [PATCH] bugfix for custom --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 338e55b..da3fe1b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "custom" ], "scripts": { - "custom": "mkdir -p custom/actions && mkdir custom/helpers && custom/schemas && cp resources/package-custom.json custom/package.json" + "custom": "mkdir -p custom/actions && mkdir custom/helpers && mkdir custom/schemas && cp resources/package-custom.json custom/package.json" } }