Skip to content

Commit 768c301

Browse files
committed
feat: add installer path for recipes
1 parent 880cc4e commit 768c301

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,11 @@
9696
"web/core": ["type:drupal-core"],
9797
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
9898
"web/themes/contrib/{$name}": ["type:drupal-theme"],
99-
"web/libraries/{$name}/": [
100-
"type:drupal-library",
101-
"type:npm-asset",
102-
"type:bower-asset"
103-
],
99+
"web/libraries/{$name}/": ["type:drupal-library", "type:npm-asset", "type:bower-asset"],
104100
"tests/playwright/{$name}": ["type:playwright-helper"],
105101
"web/modules/drunomics/{$name}": ["vendor:drunomics"],
106-
"web/modules/contrib/{$name}": ["type:drupal-module"]
102+
"web/modules/contrib/{$name}": ["type:drupal-module"],
103+
"recipes/{$name}": ["type:drupal-recipe"]
107104
},
108105
"merge-plugin": {
109106
"include": [

0 commit comments

Comments
 (0)