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