Use "composer install --no-dev" to create tagged core packages
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2745355. -->
Reported by: [rosk0](https://www.drupal.org/user/325151)
>>>
<p>At some point in time in the past composer make "--dev" default option for install command.<br>
This means that package that we creating for the Drupal core contains development components that should not be there, also this means that that package is bigger then it should be.</p>
<h2>Proposed solution</h2>
<p>Use <code>composer install --no-dev</code> to create package on Drupal.org.</p>
issue