From f9c16cc464c85dc2a912151d27e972d3864c8293 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Fri, 27 Mar 2026 15:56:36 +0100 Subject: [PATCH] remove custom --- custom/.gitkeep | 0 package.json | 2 +- {custom => resources}/package-custom.json | 0 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 custom/.gitkeep rename {custom => resources}/package-custom.json (100%) diff --git a/custom/.gitkeep b/custom/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/package.json b/package.json index cb0c03c..338e55b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "custom" ], "scripts": { - "custom": "cp custom/package-custom.json custom/package.json" + "custom": "mkdir -p custom/actions && mkdir custom/helpers && custom/schemas && cp resources/package-custom.json custom/package.json" } } diff --git a/custom/package-custom.json b/resources/package-custom.json similarity index 100% rename from custom/package-custom.json rename to resources/package-custom.json