In our projects, we change assets:install command to install assets with relative symlinks.
However, when running composer install without symfony.lock and composer.lock present, the original version of the command from the recipe which uses hard copies gets re-added to the end of auto-scripts causing our assets to be installed with hard copies.
Is there any sane way to prevent this from happening?
Thanks!