Skip to content

Commit

Permalink
Add installer path for contrib modules
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 2, 2024
1 parent 620bac5 commit 4f07ec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
},
"extra": {
"installer-paths": {
"build/core": ["type:drupal-core"]
"build/core": ["type:drupal-core"],
"build/modules/contrib/{$name}": ["type:drupal-module"]
},
"drupal-scaffold": {
"locations": {
Expand Down

0 comments on commit 4f07ec8

Please sign in to comment.