From b54c1bd0d874005f171319d8f26a42994f13e66d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 4 Mar 2021 15:44:53 +0100 Subject: [PATCH] Fix composer --- conf/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/composer.json b/conf/composer.json index 92b6dfb..014c3df 100644 --- a/conf/composer.json +++ b/conf/composer.json @@ -65,7 +65,7 @@ }, "drupal-scaffold": { "locations": { - "web-root": "web__APP__" + "web-root": "__APP__/" } }, "installer-paths": { @@ -74,7 +74,7 @@ "__APP__/modules/contrib/{$name}": ["type:drupal-module"], "__APP__/profiles/contrib/{$name}": ["type:drupal-profile"], "__APP__/themes/contrib/{$name}": ["type:drupal-theme"], - "drush/Commands/{$name}": ["type:drupal-drush"] + "drush/Commands/contrib/{$name}": ["type:drupal-drush"] } } }