- Issue created by @pookmish
- Merge request !2Issue #3513803: Install composer dependencies without dev β (Open) created by pookmish
Acquia's BLT command command did not deploy with dev dependencies. If this extension is to replace that BLT command, it should replicate the behavior.
add a composer dependency for dev `composer require drupal/devel --dev`.
Run the drush deployment command
review the artifact and confirm devel still exists in the codebase.
Replace `prefer-dist` option with `no-dev` option when running composer install command.
Patch
NA
None
None
Active
1.0
Code