emogrifier icon indicating copy to clipboard operation
emogrifier copied to clipboard

Streamline the Composer scripts

Open oliverklee opened this issue 3 years ago • 0 comments

  • use an array of commands instead of && for executing two commands consecutively
  • use @php to run a PHP script
  • use @composer to run a Composer command
  • make use of the fact that Composer temporarily pushes the bin/ dir to the top of the path while executing Composer scripts

(I haven't checked whether this actually will result in any changes for us.)

oliverklee avatar Apr 10 '21 13:04 oliverklee