Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

MAKEFILE - Make setup should reinit grumphp config #86

Closed juanjol closed 1 year ago

juanjol commented 1 year ago

Occasionally grumphp.yml gets modified, like when you need to alter the EXEC_GRUMPHP_COMMAND variable. In those cases, you have to warn your partners about the need to run the grumphp git:init command, because this change doesn't consolidate automatically on already existing projects.

I propose to do this step automatically in every environment setup. Please note that I've added the environment variable to hide deprecation warnings in php8. This should be removed when grumphp can be updated.