From d04189456f6835a461fccba0449588d254cc96fd Mon Sep 17 00:00:00 2001 From: balsama Date: Tue, 25 Feb 2025 10:55:28 -0500 Subject: [PATCH] Remove the custom github actions workflow definitions after creating new project --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7da917f..0f22536 100644 --- a/composer.json +++ b/composer.json @@ -96,8 +96,9 @@ "recipes/{$name}": ["type:drupal-recipe"], "docroot/themes/custom/{$name}": ["type:drupal-custom-theme"] }, - "patches": { - } + "patches": {} }, - "scripts": {} + "scripts": { + "post-create-project-cmd": "rm -rf .github/" + } }