Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"web/core": ["type:drupal-core"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"]
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"web/drush/commands/{$name}": ["type:drupal-drush"]
}
}
}
1 change: 1 addition & 0 deletions web/drush/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The three subdirectories here hold project-specific commandfiles, site aliases, and configuration for Drush. See http://packages.drush.org/ for a directory of Drush commands installable via Composer.
Empty file added web/drush/commands/.gitkeep
Empty file.
Empty file added web/drush/config/.gitkeep
Empty file.
Empty file added web/drush/site-aliases/.gitkeep
Empty file.