drupal-composer / drupal-project

:rocket: Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"
GNU General Public License v2.0
1.57k stars 941 forks source link

Hardcoded config dir breaks "drush updb" #675

Closed sascha-krug closed 4 months ago

sascha-krug commented 5 months ago

After merged PR https://github.com/drupal-composer/drupal-project/pull/673 with hard coded config dir "../config/sync" our drupal install/update process breaks, because our config dir, drupal root and composer root are on the same level, meaning it should be configured as "config/sync".

For the meantime I will manually override the dir in our project.

webflo commented 5 months ago

@sascha-krug Could you try https://github.com/webflo/drupal-finder/pull/73 it should fix drupal-finder in composer script.

AlexSkrypnyk commented 4 months ago

677 has resolved this. Please feel free to re-open if the issue still exists.