Skip to content

Commit e9f363a

Browse files
authored
Prevent 'xb-setup' command from prompting for confirmation during 'composer require'. (#31)
1 parent 9c78bbc commit e9f363a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

commands/host/xb-setup

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ git clone \
5252
git@git.drupal.org:project/experience_builder.git \
5353
web/modules/contrib/experience_builder
5454

55+
# Allow all Composer plugins.
56+
composer config \
57+
--no-plugins \
58+
allow-plugins.\* \
59+
true
60+
5561
# Require Drush, but don't install yet for performance reasons.
5662
composer require \
5763
--no-install \

0 commit comments

Comments
 (0)