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" } }