From ef16ab5f1b21ddfed4e4ba07a111fc69485056a5 Mon Sep 17 00:00:00 2001 From: Alexander Opitz Date: Thu, 14 Dec 2023 14:14:25 +0100 Subject: [PATCH] [TASK] Update prepare-release --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 39e4124b2..7aba0ce82 100644 --- a/composer.json +++ b/composer.json @@ -237,6 +237,7 @@ "rm .gitignore", "rm -rf .Build", "rm -rf .ddev", + "rm -rf .git", "rm -rf .github", "rm -rf .gitlab", "rm -rf Tests", @@ -255,8 +256,7 @@ "rm phive.xml", "rm phpstan-baseline.neon", "rm phpstan.neon", - "rm phpcs.xml", - "rm stylelint.config.js" + "rm phpcs.xml" ], "style:lint": [ "npm run lint:style"