Composer install with no scripts doesn't work

Hi @MWDelaney, of course. Right now it shows like this:

As you can see it has the same contents as the original one https://github.com/roots/trellis/blob/master/roles/deploy/hooks/build-after.yml except that I removed the no_scripts part as @alwaysblank told me, and at the end of the file I also commented out some tests I did using the composer command.

I changed the name of the task too ( Install Composer dependencies with scripts ) to see in the deploy process if the changes were firing.

The weird thing is that the plugins in my composer json are being installed correctly, and the ones from Koodimonni are installed in the composer cache too, but the operation that transfers the language files to the correct folder (/site/web/app/languages) is not being fired.

Thank you both for your help.