Skip to content

Commit 939e0ad

Browse files
committed
Merge pull request #16 from weitzman/dr-script
Standardize Drush usage for teams
2 parents d1b5e24 + 9f57a8b commit 939e0ad

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"web/core": ["type:drupal-core"],
3939
"web/modules/contrib/{$name}": ["type:drupal-module"],
4040
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
41-
"web/themes/contrib/{$name}": ["type:drupal-theme"]
41+
"web/themes/contrib/{$name}": ["type:drupal-theme"],
42+
"web/drush/commands/{$name}": ["type:drupal-drush"]
4243
}
4344
}
4445
}

web/drush/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

web/drush/commands/.gitkeep

Whitespace-only changes.

web/drush/config/.gitkeep

Whitespace-only changes.

web/drush/site-aliases/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)