Skip to content

Commit

Permalink
Prevent 'xb-setup' command from prompting for confirmation during 'co…
Browse files Browse the repository at this point in the history
…mposer require'.
  • Loading branch information
TravisCarden committed Jan 29, 2025
1 parent f7014dd commit 1b0ad1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commands/host/xb-setup
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ git clone \
[email protected]:project/experience_builder.git \
web/modules/contrib/experience_builder

# Allow all Composer plugins.
composer config \
--no-plugins \
allow-plugins.\* \
true

# Require Drush, but don't install yet for performance reasons.
composer require \
--no-install \
Expand Down

0 comments on commit 1b0ad1c

Please sign in to comment.